{{ metatags }}
{% block htmltitle %}
{{ project }} :: {{ title|striptags|e }}{{ titlesuffix }}
{% endblock %}
{%- if hasdoc('genindex') %}
{%- endif %}
{%- for scriptfile in script_files %} {%- endfor %}
{% if logo %}
{% else %}
{% endif %}
{{ project }} Documentation
{{ title }}
{% block body %}{% endblock %}
{% include "searchinput.html" %}
{% include "menu.html" %}
{% include "footer.html" %} {%- block footer %} {% endblock %}