{%- extends "basic/layout.html" -%} {%- block css -%} {{ super() }} {%- endblock css -%} {%- block scripts -%} {{- script() }} {%- endblock scripts -%} {%- block extrahead -%} {%- if last_updated %} {%- endif %} {%- 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 #}
{{ _("Skip to main content") }}
{%- include "sections/announcement.html" -%} {%- include "sections/header-main.html" -%} {%- include "sections/header-tabs.html" -%} {%- endblock header -%} {%- block content -%}
{%- 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 -%}
{%- endblock content -%} {%- block footer -%} {%- include "sections/footer.html" -%} {{ _("Back to top") }} {%- endblock footer -%} {%- block relbar1 -%}{%- endblock -%} {%- block relbar2 -%}{%- endblock -%} {%- block sidebarsourcelink -%}{%- endblock -%}