{# Article header #}
{% block body %}{% endblock %}
{% endblock docs_body %}
{# Article Footer #}
{% if theme_show_prev_next %}
{% endif %}
{# Secondary sidebar #}
{% block docs_toc %}
{% if not remove_sidebar_secondary %}
{% endif %}
{% endblock docs_toc %}
{% 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" %}