{{ section.title }}
{{ section.content | safe }} {% if section.pages %}
{% for page in section.pages %}
{% endif %}
{{ page.title }}
{% if page.description %}{{ page.description }}
{% endif %} {% endfor %}{% extends "base.html" %} {% block title %}{{ section.title }} — {{ config.title }}{% endblock %} {% block content %}
{{ page.description }}
{% endif %} {% endfor %}