{% include head.html %}
{% include header.html %}

{{ page.title }}

{% if site.data.settings.date-under-post.active %} {% endif %} {{ content }}
{% if site.data.settings.categories.active %} {% include categories.html %} {% endif %} {% if site.data.settings.related-posts.active %} {% include related-posts.html %} {% endif %} {% if site.data.settings.comments %} {% include comments.html %} {% endif %}
{%- include footer.html -%} {% if site.data.settings.mathjax.active %} {% endif %}