{% block body %}{% endblock %}
{% block comments %}{% endblock %}
{# TEMPLATE VAR SETTINGS #} {%- set url_root = pathto('', 1) %} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %} {%- macro css() %} {%- for cssfile in css_files %} {%- endfor %} {% for cssfile in extra_css_files %} {% endfor %} {%- endmacro %} {%- macro badges() %} {% for badge in theme_badges %} {{ badge }} {% endfor %} {%- endmacro %}
{{ metatags }} {% block htmltitle %}