{% import "macros.html.twig" as macros %} {% if is_disabled(disabled.quotes) == false and intro.quotes|length > 0 and intro.showQuotes == 'top' %} {{ macros.show_quotes(intro.quotes, intro.showQuotes) }} {% endif %}
{% if intro.headline %}

{{ intro.headline }}

{% endif %} {% if intro.hasPhoto() %} {{ person.name }} {% 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 %}

{{ 'intro.toc'|trans }}

{% endif %}