{#- 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 blacklist_script_files = [] -%} {%- set blacklist_script_files = blacklist_script_files + ['_static/jquery.js'] -%} {%- set blacklist_script_files = blacklist_script_files + ['_static/underscore.js'] -%} {%- set blacklist_script_files = blacklist_script_files + ['_static/doctools.js'] -%} {%- set blacklist_script_files = blacklist_script_files + ['_static/language_data.js'] -%} {%- if not logo -%} {%- set logo = theme_logo -%} {%- endif -%} {%- if theme_logo_url -%} {%- set logo_url = theme_logo_url -%} {%- endif -%} {%- if logo_alt is not defined -%} {%- set logo_alt = theme_logo_alt -%} {%- endif -%} {%- if logo_title is not defined -%} {%- set logo_title = theme_logo_title -%} {%- endif -%} {%- if logo_width is not defined -%} {%- set logo_width = theme_logo_width -%} {%- endif -%} {%- if logo_height is not defined -%} {%- set logo_height = theme_logo_height -%} {%- endif -%} {%- set t3ctx = t3ctx or {} -%}
{%- if metatags %} {{ metatags }} {%- endif %} {%- if t3ctx.last_modified_isoformat %} {%- endif %} {% block htmltitle %}