{% extends "base.html" %} {% block title %}{{ section.title }} — {{ config.title }}{% endblock %} {% block content %}

{{ section.title }}

{{ section.content | safe }} {% if section.pages %} {% endif %}
{% endblock %}