{% include head.html %} {% include nav.html %}

{% if page.heading %} {{ page.heading }} {% elsif page.title %} {{ page.title }} {% elsif layout.heading %} {{ layout.heading }} {% endif %}

{% if page.subheading %}

{% if page.subheading %} {{ page.subheading }} {% elsif page.title %} {% elsif layout.subheading %} {{ layout.subheading }} {% endif %}

{% endif %} {% if page.include_divider %} {% include page_divider.html %} {% endif %}
{{ content }}
{% include footer.html %}