8 lines
559 B
Plaintext
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>
|