{% include "partials/head.html" %}
{% include "partials/navbar.html" %} {% block content %}{% endblock %}
×
{% set top = get_section(path="_index.md") %} {% for p in top.subsections %} {% set sub = get_section(path=p) %}
{{ sub.title }}
{% endfor %}