{% include site-head.html %} {% include site-header.html %}
{% if page.left_illustration %} {% endif %} {% if page.hackathon_illustration %} {% endif %} {% if page.right_illustration %} {% endif %}
{% if page.title %}

{{ page.title }}

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

{{ 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 %}
{% if page.author.title and page.author.description and page.author.title_url %} {% endif %}
{% if page.bottom_illustration %} {% endif %}
{{ content }}
{% if jekyll.environment == "production" and page.comments == true and site.doks.comments.disqus_forum_shortname %}
{% include comments.html %}
{% endif %}