{# 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 %} {{ metatags }} {% block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {% endblock %} {% if favicon %} {% endif %} {% if not embedded %} {% if use_opensearch %} {% endif %} {% endif %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {% if not embedded %} {%- for scriptfile in script_files %} {%- endfor %} {% endif %} {%- block extrahead %}{% endblock %}
{% include "breadcrumbs.html" %}
{% if theme_travis_button|lower == 'true' %} {% set path = theme_github_user + '/' + theme_github_repo %} {% endif %} {% if theme_github_button|lower == 'true' %}
{% endif %}
{% block body %}{% endblock %}
{% include "footer.html" %}
{% if not embedded %} {% endif %} {% if theme_sticky_menu|lower == 'true' %} {% endif %} {% include "versions.html" %}