{% block comments %} {% endblock %}
{% endif%}
{%- 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 %} {%- set lang_attr = 'en' if language == None else (language | replace('_', '-')) %} {% import 'theme_variables.jinja' as theme_variables %}
{% include "layout_head.html" %} {% include "layout_menu.html" %} {% block extrabody %} {% endblock %} {% block navigation %} {% include "layout_navigation.html" %} {% endblock %}