{% extends "layouts/base.html" %} {% block content %}
{% for section_path in section.subsections %} {% set section = get_section(path=section_path) %}
{{ section.title }}

{{ section.description }}

{% endfor %}
{% endblock content %}