{{ config.title }}
{% set root = get_section(path="_index.md") %} {% for path in root.subsections %} {% set s = get_section(path=path) %}
{{ s.title }}
{% endfor %}
{% block content %}{% endblock content %}