{# CSS #} {%- for css in css_files %} {%- if css|attr("rel") %} {%- else %} {%- endif %} {%- endfor %} {%- for cssfile in extra_css_files %} {%- endfor %} {% 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 %}