{# feedback form #} {%- if theme_show_feedback_form %} {% include "components/feedback.html" %} {%- endif %} {# Main content area #} {% block docs_main %}
{# Article header #}
{% include "sections/header-article.html" %}
{# Article content #} {% block docs_body %} {# This is empty and only shows up if text has been highlighted by the URL #} {% include "components/searchbox.html" %}
{% block body %}{% endblock %}
{% endblock docs_body %} {# Article Footer #} {% if theme_article_footer_items %}
{% include "sections/footer-article.html" %}
{% endif %} {# prev-next buttons #} {% if theme_show_prev_next %}
{% include "components/prev-next.html" %}
{% endif %}
{# Secondary sidebar #} {% block docs_toc %} {% if not remove_sidebar_secondary %}
{% include "sections/sidebar-secondary.html" %}
{% endif %} {% endblock docs_toc %}
{% if theme_footer_content_items %}
{% include "sections/footer-content.html" %}
{% endif %} {% endblock docs_main %}