{% 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 %}
{{ PROJECT }}
Menu
{% for name, link in NAV %}
{{ name }}
{% endfor %}
{% include 'includes/searchbox.html' %}
{{ toctree(maxdepth=4, collapse=True, includehidden=True) }}
{% block body %}{% endblock %}
{% include 'includes/ga.html' %}