{% extends "index.html" %} {% import "post_macros.html" as post_macros %} {% block content %}
{{ post_macros::title(page=page) }}
{{ page.content | safe }}
{% block page_before_footer %} {% endblock page_before_footer %}
{% block page_footer %} {% if page.tags %} {% endif %} {% if page.next or page.previous %}
{% if page.previous %} {% endif %} {% if page.next %} {% endif %}
{% endif %} {% endblock page_footer %}
{% endblock content %}