--- layout: documentation title: {{ title|striptags|e }} --- {# 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 %} Documentation {% block menu %} {% set toctree = toctree(maxdepth=3, collapse=True, includehidden=True) %} {% if toctree %} {{ toctree }} {% else %} {{ toc }} {% endif %} {% endblock %} {% block body %}{% endblock %}