themes-magazine-bold/blocks/pull_quote.ninjatpl
Alex Dunmow 989f1fb515 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:28:29 +08:00

8 lines
559 B
Plaintext

<aside data-block="magazine-bold:pull_quote" data-mb-accent="{% if accent == "blue" %}blue{% elif accent == "lime" %}lime{% else %}pink{% endif %}" class="my-8 grid grid-cols-12 gap-4 items-start">
<div class="mb-quote-bar col-span-1 h-full min-h-[3rem]"></div>
<blockquote class="col-span-11 mb-quote-text">
<p class="font-display text-deck">{% if quote %}{{ quote|safe }}{% endif %}</p>
{% if attribution %}<cite class="block mt-4 font-mono text-kicker text-muted-foreground not-italic">— {{ attribution }}</cite>{% endif %}
</blockquote>
</aside>