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

{{ section.title }}

{{ section.content | safe }}
{% for path in section.subsections %} {% endfor %} {% for page in section.pages %} {% endfor %}
{% endblock %}