{{- metatags -}} {%- if READTHEDOCS -%} {%- endif -%} {%- block htmltitle -%} {%- if not docstitle -%} {{ title|striptags|e }} {%- elif pagename == root_doc -%} {{ docstitle|striptags|e }} {%- else -%} {{ title|striptags|e }} - {{ docstitle|striptags|e }} {%- endif -%} {%- endblock -%} {%- if favicon_url -%} {%- endif -%} {%- block canonicalurl -%} {%- if meta and meta.canonical_url -%} {%- elif pageurl -%} {%- endif -%} {%- endblock -%} {%- block linktags -%} {%- if hasdoc('about') -%} {%- endif -%} {%- if hasdoc('genindex') -%} {%- endif -%} {%- if hasdoc('search') -%} {%- endif -%} {%- if hasdoc('copyright') -%} {%- endif -%} {%- if next -%} {%- endif -%} {%- if prev -%} {%- endif -%} {%- endblock -%} {%- block css -%} {%- for css in css_files -%} {{ css_tag(css) }} {%- endfor -%} {%- if meta and "content-width" in meta -%} {%- endif -%} {%- endblock -%} {%- block scripts -%} {%- for js in script_files -%} {%- set attrs = js.attributes | default({}) -%} {%- if "defer" in attrs or "async" in attrs -%} {{- js_tag(js) }} {%- endif -%} {%- endfor -%} {%- endblock -%} {%- block extrahead -%} {%- include "partials/extra-head.html" -%} {%- endblock -%} {# A button hidden by default to help assistive devices quickly jump to main content #} {# ref: https://www.youtube.com/watch?v=VUR0I5mqq7I #}
{{ _("Skip to main content") }}
{%- include "sections/announcement.html" -%} {%- include "sections/header-main.html" -%} {%- if theme_header_tabs | tobool -%} {%- include "sections/header-tabs.html" -%} {%- endif -%}
{%- include "sections/sidebar-primary.html" -%}
{%- block main -%} {%- include "sections/article-header.html" -%} {%- include "sections/article-main.html" -%} {%- include "sections/article-footer.html" -%} {%- include "sections/sidebar-secondary.html" -%} {%- endblock main -%}
{%- include "sections/footer.html" -%} {{ _("Back to top") }} {%- block body_scripts -%} {%- for js in script_files -%} {%- set attrs = js.attributes | default({}) -%} {%- if "defer" not in attrs and "async" not in attrs -%} {{- js_tag(js) }} {%- endif -%} {%- endfor -%} {%- endblock -%} {%- include "partials/extra-foot.html" -%}