{% extends "layout.html" %} {% set title = _('Overview') %} {% block body %}

{{ docstitle }}

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

{% block tables %}

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

{% endblock %} {% endblock %}