{{ section.content | safe }}
-
{% for subsection in section.subsections | reverse %}
{% set subsection = get_section(path=subsection) %}
- {{ subsection.title | safe }} {% endfor %}
{% extends "base.html" %} {% block title %} {{ config.title }} {% endblock title %} {% block content %}