{% include site-head.html %} {% include site-header.html %}
{% if page.title %}

{{ page.title }}

{% endif %} {% if page.description %}

{{ page.description }}

{% endif %} {% for button in page.buttons %} {% if button.external_url == true %} {{ button.content }} {% if button.icon %} {% if button.icon contains 'fa' %}    {% else %} {% endif %} {% endif %} {% if forloop.index == 1 %}
{% endif %} {% else %} {{ button.content }} {% if button.icon %} {% if button.icon contains 'fa' %}    {% else %} {% endif %} {% endif %} {% if forloop.index == 1 %}
{% endif %} {% endif %} {% endfor %}
{% if page.author.title and page.author.description and page.author.title_url %} {% endif %}
{% if page.grid_navigation %}
{% endif %} {% include site-footer.html %}