{# CSS #} {% if analytics_enabled %} {% endif %} {% block extrabody %} {% endblock %} {% include "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 %}