{% include head.html %}
{% include mobile-nav.html %} {% include header.html %}
{% if page.post-index == true and post_size > 0 %}
{{ content }}
{% include post-index.html %}
{% else %} {{content}} {% endif %}
{% include footer.html %} {% include scripts.html %}