{# CSS #}
{% if analytics_enabled %} {% endif %}
{% block extrabody %} {% endblock %} {% include "versions.html" %}
Table of Contents
{% include "searchbox.html" %}
{% set global_toc = toctree(maxdepth=1, collapse=theme_collapse_navigation|tobool, includehidden=theme_includehidden|tobool) %} {% if global_toc %} {{ global_toc }} {% endif %} {% include "stable_versions.html" %}
{% include "breadcrumbs.html" %}
{%- block content %}
{%- block document %}
{% block body %}{% endblock %}
{%- endblock %} {% include "footer.html" %}
{%- endblock %}
{{ toc }}
{%- for scriptfile in script_files %} {{ js_tag(scriptfile) }} {%- endfor %}