{{ metatags }}
{% block htmltitle %}
{{ title|striptags|e }}{{ titlesuffix }}
{% endblock %} {% if favicon %}
{% endif %} {% if theme_canonical_url %}
{% endif %} {% if theme_base_url %}
{% endif %}
{%- for css in css_files %} {%- if css|attr("rel") %}
{%- else %}
{%- endif %} {%- endfor %} {%- for cssfile in extra_css_files %}
{%- endfor %} {% if not embedded and use_opensearch %}
{% endif %} {%- block linktags %} {%- if hasdoc('about') %}
{%- endif %} {%- if hasdoc('genindex') %}
{%- endif %} {%- if hasdoc('search') %}
{%- endif %} {%- if hasdoc('copyright') %}
{%- endif %} {%- if next %}
{%- endif %} {%- if prev %}
{%- endif %} {%- endblock %} {%- block extrahead %} {% if theme_analytics_id %} {% endif %} {% endblock %}