{% block body %}{% endblock %}
{% if self.comments()|trim %}
{% block comments %}{% endblock %}
{% endif%}
{# Derived from sphinx rtd theme :copyright: Copyright (c) 2013-2018 Dave Snider, Read the Docs, Inc. & contributors :license: MIT, see https://github.com/readthedocs/sphinx_rtd_theme/blob/master/LICENSE for details. #} {# 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('_', '-')) %} {%- set sphinx_writer = 'writer-html5' if html5_doctype else 'writer-html4' %} {% set theme_asset_url = theme_asset_url | default(pathto('_static/',1 )) %}
{{ metatags }} {% block htmltitle %}