{% if title == "<no title>" %} {{ shorttitle|striptags|e }} {% else %} {{ title|striptags|e }} — {{ shorttitle|striptags|e }} {% endif %} {% for link in css_includes %} {% endfor %} {% if theme_custom_css %} {% endif %} {% for link in js_includes %} {% endfor %} {% if theme_second_nav|tobool %}
{% endif %}
{{ toctree(maxdepth=4, collapse=True, includehidden=True) }}
{% block body %}{% endblock %}
{% include 'includes/ga.html' %}