{# 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 %}
{% include "breadcrumbs.html" %}
Navigation
{% if theme_tutorial_name != '' %} {% endif %} {%- block content %} {% if theme_style_external_links|tobool %}
{%- block footer %} {% endblock %} {% include "layout_footer.html" %} {% include "layout_mobile.html" %} {% include "scripts.html" %}