{% from "partials/macros.html" import drawer_sticky_and_scrollable with context %}
{% extends "base.html" %}
{% block body_tag_content %}
{% include "partials/header.html" %}
{% include "partials/sidebar_toggles.html" %}
{% include "partials/breadcrumb.html" %}
{# role="main" required by built-in JavaScript search to show a page preview on the result page #}
{% block body %}{% endblock %}
{% include "partials/article_nav.html" %}
{% include "partials/article_footer.html" %}
{% include "partials/footer.html" %}
{% include "partials/scroll_to_top.html" %}
{% include "partials/search_dialog.html" %}
{# Mobile drawer margin-top - includes announcement height to clear sticky header #}
{% include "sidebars/ltoc.html" %}
{# Mobile drawer margin-top - includes announcement height to clear sticky header #}