{# quote override — warm pull-quote: large italic Work Sans, moss rail, a small fern flourish when centred. Fields mirror builtin: quote, style, align, cite, attribution, role. Wiring preserved. #} {% with style=style|default:"block" align=align|default:"left" %}
{% if align == "center" %}{% endif %} {{ quote|safe }} {% if attribution or role or cite %}
{% if attribution %}{{ attribution }}{% endif %}{% if role %}{{ role }}{% endif %}{% if cite %}Source{% endif %}
{% endif %}
{% endwith %}