{# basic/defindex.html ~~~~~~~~~~~~~~~~~~~ Default template for the "index" page. :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {% extends "layout.html" %} {% set title = _('Overview') %} {% block body %}
{% block description %} {% if last_updated %}Documentation generated on {{ last_updated|e }}{% endif %}{% endblock %}.
{% block tables %}{{ _('Indices and tables:') }}
{{ _('Complete Table of Contents') }} {{ _('Search Page') }} |
{{ _('Global Module Index') }} {{ _('General Index') }} |