{% extends "layout.html" %} {% comment %} basic/genindex-single.html ~~~~~~~~~~~~~~~~~~~~~~~~~~ Template for a "single" page of a split index. :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. {% endcomment %} {% block title %}Index{% endblock %} {% block body %}
|
{% endif %}
{% endfor %}
{% for key, dummy in genindexentries %} {{ key }} {% if not loop.last %}| {% endif %} {% endfor %}
{{ block.super }} {% endblock %}