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

{{ _('Sphinx documentation contents') }}

{{ toctree(includehidden=True, collapse=False, maxdepth=3) }}
{% endblock %}