{{ metatags }} {% block htmltitle %} {% if docstitle %}{{ docstitle }} {% else %}{{ project }} {% trans %}Documentation{% endtrans%}{% endif%} {% endblock %} {# FAVICON #} {% if favicon %} {% endif %} {# CANONICAL URL #} {% if theme_canonical_url %} {% endif %} {# CSS #} {# OPENSEARCH #} {% if not embedded %} {% if use_opensearch %} {% endif %} {% 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 %}