{% if section.subsections %}
{% for s in section.subsections %}
{% set p = get_section(path=s) %}
{% endfor %}
{% endif %}
{% if section.pages %}
{% for p in section.pages %}
{% endfor %}
{% endif %}
{% if parent %}
{% endif %}
{% block content %}
{% block sidebar %}
{% endblock sidebar %}
{{ section.title }}
{{ section.content | safe }}
{% endblock content %}