{% if intro.headline %}
{{ intro.headline }}
{% endif %}
{% if intro.hasPhoto() %}

{% endif %}
{{ intro.content|raw }}
{% if is_disabled(disabled.quotes) == false and intro.quotes|length > 0 and intro.showQuotes == 'bottom' %}
{{ macros.show_quotes(intro.quotes, intro.showQuotes) }}
{% endif %}
{% if is_disabled(disabled.toc) == false %}