{% include relatives.html %} {% include head.html %} {% if page.category != 404 %} {% include navbar.html %} {% endif %}
{% if page.markdown == 1 %} {{ content | markdownify }} {% else %} {{ content }} {% endif %} {% if page.category != 404 %} {% include footerbar.html %} {% endif %}