{% extends "layout.html" %} {% set title = indextitle %} {% block body %}

{{ indextitle }}

{% if collapse_index %} {% endif %} {% for section in content %} {% for entry in section[1] %} {% if entry.subentries %} {% for subentry in entry.subentries %} {% endfor %} {% endif %} {% endfor %} {% endfor %}
{% if collapse_index %} {{ section[0] }} {% else %} {{ section[0] }} {% endif %}
{% endblock %}