{{ metatags }}
{% block htmltitle %}
{{ title|striptags|e }}{{ titlesuffix }}
{% endblock htmltitle %} {# FAVICON #} {% if favicon %}
{% endif %} {# CANONICAL URL #} {% if theme_canonical_url %}
{% endif %}
{% for cssfile in css_files %}
{% endfor %} {% for cssfile in extra_css_files %}
{% endfor %} {%- block linktags %} {%- if hasdoc('about') %}
{%- endif %} {%- if hasdoc('genindex') %}
{%- endif %} {%- if hasdoc('search') %}
{%- endif %} {%- if hasdoc('copyright') %}
{%- endif %}
{%- if parents %}
{%- endif %} {%- if next %}
{%- endif %} {%- if prev %}
{%- endif %} {%- endblock linktags %}
{{ project }}
{%- if prev %}
{{ prev.title|striptags|e }}
{%- endif %} {%- if prev and next %} | {% endif %} {%- if next %}
{{ next.title|striptags|e }}
{%- endif %}
≡
{% block menu %} {% if 'singlehtml' not in builder %} {% set global_toc = toctree(maxdepth=theme_navigation_depth|int, collapse=theme_collapse_navigation, includehidden=True) %} {% endif %} {% if global_toc %} {{ global_toc }} {% else %}
{{ toc }}
{% endif %} {% endblock menu %}
{%- block body %}{% endblock body %}