{% if section.subsections %}
    {% for subsec in section.subsections %} {% set h1 = get_section(path=subsec) %}
  • {{ h1.title }} {% if h1.pages %}
      {% for h2 in h1.pages %}
    • {{ h2.title }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}
{% endif %}