{{ metatags }}
{% block htmltitle %}
{{ title|striptags|e }}{{ titlesuffix }}
{% endblock %}
{# CANONICAL URL #} {% if theme_canonical_url %}
{% endif %} {# CSS #} {# OPENSEARCH #} {% if not embedded %} {% if use_opensearch %}
{% endif %} {% endif %} {# RTD hosts this file, so just load on non RTD builds #} {% if not READTHEDOCS %}
{% 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 %} {%- block extrahead %} {% endblock %} {% block extrabody %} {% endblock %}
dazl
{# The singlehtml builder doesn't handle this toctree call when the toctree is empty. Skip building this for now. #} {% 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 %}
{% block body %}{% endblock %}
{% if not embedded %} {%- for scriptfile in script_files %} {%- endfor %} {% endif %} {# RTD hosts this file, so just load on non RTD builds #} {% if not READTHEDOCS %} {% endif %}