{% include "chrome/html-header.html" %}
{% include "chrome/header.html" %}
{% include "chrome/page-header.html" %}
{% if page.intro %}
{% for intro in page.intro %}
{% include "modules/page-intro.html" %}
{% endfor %}
{% endif %}
{% if page.meta[0].page_nav == "true" %}
{% include "modules/page-nav.html" %}
{% endif %}
{% include "modules/list-sections.html" %}
{% include "modules/list-modals.html" %}
{% include "modules/list-sponsor-modals.html" %}
{% include "chrome/footer.html" %}
{% include "chrome/html-footer.html" %}