{% block content %}
{{section.title}}
{{section.content | safe}}
submodules:
{% for sub_sec in section.subsections %} {% set subsection = get_section(path=sub_sec) %}
{{ subsection.title }}
{% endfor %} {% for post in section.pages %}
{{ post.title }}
{% endfor %}