{% block docs_body %} {% include "topbar.html" %}

{{ pagetitle }}

{% set page_toc = generate_toc_html() %} {%- if page_toc | length >= 1 %}

{{ translate(theme_toc_title) }}

{%- endif %}
{{ super() }}
{{ super() }} {% if theme_show_prev_next %} {% include "_templates/prev-next.html" %} {% endif %}
{% endblock %} {%- include "footer.html" %}