{%- endif %}
{%- block body_before %}{%- endblock body_before -%}
{%- if theme_show_breadcrumbs|tobool %}
{%- include "breadcrumbs.html" %}
{%- endif %}
{{ _('Index') }}
{%- for key, entries in genindexentries %}
{{ key }}
{%- for column in entries|slice_index(2) if column %}
{%- for entryname, (links, subitems, _) in column %}
- {{ indexentries(entryname, links) }}
{%- if subitems %}
{%- for subentryname, subentrylinks in subitems %}
- {{ indexentries(subentryname, subentrylinks) }}
{%- endfor %}
{%- endif -%}
{%- endfor %}
|
{%- endfor %}
{% endfor %}
{%- if theme_show_prev_next|tobool %}
{%- include "prev_next.html" %}
{%- endif %}
{%- block body_after %}{%- endblock body_after -%}