{% include site-head.html %}
{% include site-header.html %}{{ page.description | markdownify }}
{% 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 %}