{{ config.title }}
{{ section.title }}
{% set current_section = get_section(path="_index.md") %} {% for s in current_section.subsections %} {% set subsection = get_section(path=s) %}
{{ subsection.title }}
{% endfor %}
{% if section.pages %}
{% for post in section.pages %}
{{ post.title }}
{% endfor %}
{% endif %}
content