{%- extends "basic/layout.html" -%} {%- block css -%} {{ super() }} {% if meta and "content-width" in meta %} {%- endif -%} {%- endblock css -%} {%- block scripts -%} {{- script() }} {%- include 'partials/theme-mode-scripts.html' -%} {%- endblock scripts -%} {%- block extrahead -%} {%- if last_updated %}{%- endif %} {%- if READTHEDOCS -%}{%- endif -%} {%- include "partials/extra-head.html" -%} {%- endblock extrahead -%} {%- block header -%} {# A button hidden by default to help assistive devices quickly jump to main content #} {# ref: https://www.youtube.com/watch?v=VUR0I5mqq7I #}
{%- include "sections/announcement.html" -%} {%- include "sections/header-main.html" -%} {%- if theme_header_tabs | tobool -%} {%- include "sections/header-tabs.html" -%} {%- endif -%}