{%- set url_root = pathto('', 1) %} {{ 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 %} {%- for scriptfile in script_files %} {%- endfor %} {%- block extrahead %} {% endblock %}
{%- block body %}{% endblock body %}