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
359 B
Plaintext

<div class="kg-card {{ class }}">{% if title %}<h3 class="kg-display" style="margin-top: 0; margin-bottom: 1rem; font-size: 1.5rem;">{{ title }}</h3>{% endif %}{% if body %}<div class="kg-text">{{ body|safe }}</div>{% endif %}{% if not title and not body %}<div data-empty="true" class="kg-empty">Add a title or body to fill this card.</div>{% endif %}</div>