{%- 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 hidetoc = '' %} {%- if meta is defined and meta %} {%- if 'hidetoc' in meta.keys() %} {%- set hidetoc = meta.get('hidetoc') %} {%- endif %} {%- endif %} {%- set sphinx_version_info = sphinx_version.split('.') | map('int') | list -%}
{%- if metatags %} {{ metatags }} {%- endif %} {% block htmltitle %}