{% block header %}{% endblock %}
{{ theme_root_title|striptags }}: {{ title|striptags }}
{{ metatags }} {% include 'css.html' %} {%- for cssfile in css_files %}
{%- endfor %} {%- for js in script_files %} {%- endfor %} {# FAVICON #} {% if favicon %}
{% endif %} {% if theme_analytics_tracking_code %} {% endif %} {% include 'header.html' %}
{% include 'titlerow.html' %}
{% block body %}{% endblock %}
{% if prev %}
{% endif %} {% if next %}
{% endif %} {%- if pdf_link %}
{% endif %} {%- if bug_project %}
{% endif %}
this page last updated: {{ last_updated }}
{% include 'license_cc.html' %}
{%- if bug_project %}
found an error? report a bug
{%- endif %}
{% include 'sidebartoc.html' %}
{% include 'footer.html' %} {% include 'script_footer.html' %} {% block script_footer %}{% endblock %} {% if display_badge %}
{% endif %}