{%- block doctype -%} {%- endblock -%} {%- set url_root = pathto('', 1) %} {%- set titlesuffix = '' %} {%- if not embedded and docstitle %} {%- set titlesuffix = ' — '|safe + docstitle|e %} {%- endif %} {%- block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {%- endblock %} {%- if favicon %} {%- else %} {%- endif %} {%- for cssfile in css_files %} {%- endfor %}
Fork me on GitHub!

{{ toctree(maxdepth=2, collapse=False, includehidden=True) }} Toggle navigation
{% block body %}{% endblock %}
{#% include "footer.html" %#}
{%- for scriptfile in script_files %} {%- endfor %}