{%- 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 %} {% include "includes/header.html" %} {%- block extrahead %}{% endblock %}
{% include "includes/sidebar.html" %}
{% include "includes/top.html" %}
{% block body %}{% endblock %}
{% include "includes/bottom.html" %}