{%- 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" -%}