{% extends "content.html" %} {% import "post_macros.html" as post_macros %} {% block content %}
{{ post_macros::meta(page=page) }}

{{ page.title }}

{{ page.content | safe }}
{% block page_footer %} {% endblock page_footer %}
{% endblock content %}