{% import "_macros.html" as macros %} {% extends "index.html" %} {% block title %}{{ section.title }} | {{ super() }} {% endblock title %} {% block header %}
{{ macros::render_header() }}
{% endblock header %} {% block content %}
{{ section.description }}
{{ section.content | safe }} {% endblock content %}