{{ 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
{% 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 %}