{%- 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 %} {% block extrahead %}{% endblock %}
Fork me on GitHub!

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