Alex Dunmow dccd269ab2 feat: convert to codeless .bnp — templates + manifest, Go/templ deleted (WO-WZ-021)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 15:17:12 +08:00

2 lines
1016 B
Plaintext

{% if step|integer >= 1 and step|integer <= 9 %}<div class="kg-heading-stepped"><span class="kg-heading-step-badge" aria-hidden="true">{{ step|integer }}</span>{% endif %}{% if level|integer == 1 %}<h1 class="kg-display kg-crayon-underline {{ textClass }}" style="font-size: clamp(2.5rem, 6vw, 4rem); margin: 0;">{{ text }}</h1>{% elif level|integer == 3 %}<h3 class="kg-display {{ textClass }}" style="font-size: 1.75rem; margin: 0;">{{ text }}</h3>{% elif level|integer == 4 %}<h4 class="kg-display {{ textClass }}" style="font-size: 1.5rem; margin: 0;">{{ text }}</h4>{% elif level|integer == 5 %}<h5 class="kg-display {{ textClass }}" style="font-size: 1.25rem; margin: 0;">{{ text }}</h5>{% elif level|integer == 6 %}<h6 class="kg-display {{ textClass }}" style="font-size: 1.125rem; margin: 0;">{{ text }}</h6>{% else %}<h2 class="kg-display kg-crayon-underline {{ textClass }}" style="font-size: 2.25rem; margin: 0;">{{ text }}</h2>{% endif %}{% if step|integer >= 1 and step|integer <= 9 %}</div>{% endif %}