{{ 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" %}
{% if READTHEDOCS %}
Free document hosting provided by
Read the Docs
.
{% endif %}
{% include "footer.html" %} {%- block footer %} {% endblock %}