{% include "../header/header.html" %} {% if topSection.quote.text != '' %}
{{topSection.preTitle}}
{% endif %} {% if topSection.title.first_line != '' or topSection.title.second_line != '' %}

{% if topSection.title.first_line != '' %}
{{topSection.title.first_line}}
{% endif %} {% if topSection.title.second_line != '' %} {{topSection.title.second_line}} {% endif %}

{% endif %} {% if topSection.intro != '' %}

{{topSection.intro}}

{% endif %}
{% if topSection.quote.text != '' %} {% from "../_quote/_quote.html" import quote %} {{ quote( text = topSection.quote.text, author = topSection.quote.author, path = global.path, img = topSection.quote.image.image, imgAlt = topSection.quote.image.image_alt ) }} {% endif %}