{# readability/defindex.html ~~~~~~~~~~~~~~~~~~~~~~~~~ Default template for the "index" page. :copyright: Copyright 2012 by Tsuyoshi Tokuda. :license: BSD, see LICENSE for details. #} {% extends "layout.html" %} {% set title = _('Overview') %} {% block body %}

{{ docstitle|e }}

Welcome! This is {% block description %}the documentation for {{ project|e }} {{ release|e }}{% if last_updated %}, last updated {{ last_updated|e }}{% endif %}{% endblock %}.

{% block tables %}

{{ _('Indices and tables:') }}

{% endblock %} {% endblock %}