{# quote override — magazine-bold pull-quote: large italic Inter, hairline panel or fluoro accent rule; centred quotes get a short centred hairline. Fields mirror builtin: quote, style, align, cite, attribution, role. #} {% 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 %}