{% import "macros/macros.html" as post_macros %} {% include "partials/header.html" %}
{% include "partials/nav.html" %} {# Post page is the default #}
{% block main_content %} Nothing here?! {% endblock main_content %}
{% include "partials/footer.html" %}