Alex Dunmow 4aeddfe352 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:32:18 +08:00

2 lines
449 B
Plaintext

{% if variant == "lede" %}<div class="earthen-text earthen-lede drop-cap-host max-w-none flex-1 {{ class }}" style="font-family: var(--font-body, \000022Spectral\000022, Georgia, serif); color: hsl(var(--foreground));">{{ text|safe }}</div>{% else %}<div class="earthen-text max-w-none flex-1 {{ class }}" style="font-family: var(--font-body, \000022Spectral\000022, Georgia, serif); color: hsl(var(--foreground));">{{ text|safe }}</div>{% endif %}