---
---
{{ page.title }}
{% include head.html %}
{% if page.name != "index.html" %}
{% assign body_class = "single is-preload" %}
{% else %}
{% assign body_class = "is-preload" %}
{% endif %}
{% include navigation.html %}
{% include menu.html %}
{{ content }}
{% include scripts.html %}