{% extends "content.html" %} {% import "macros.html" as macros %} {% import "post_macros.html" as post_macros %} {% block title %}{{ page.title }} - {{ config.title }}{% endblock %} {% block content %}
{{ post_macros::meta(page=page) }}

{{ page.title }}

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