{% extends "base.html" %} {% block content %}

{{ page.title }}

{{ page.description }}
{% if page.toc %}
{{ macros::toc() }}
{% endif %}
meta
{{ page.content | safe }}
{% endblock content %}