{% include head.html %} {% include header.html %} {% include floating_button.html download=true %}

{% 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 }}
{% unless page.exclude_community_snippet %} {% include community_snippet.html %} {% endunless %} {% include footer.html %}