Back to Openvino

Layout

docs/openvino_sphinx_theme/openvino_sphinx_theme/templates/layout.html

2026.3.1687 B
Original Source

{# 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 %} {% endif %} {# prev-next buttons #} {% if theme_show_prev_next %} {% endif %} {# Secondary sidebar #} {% block docs_toc %} {% if not remove_sidebar_secondary %} {% include "sections/sidebar-secondary.html" %} {% endif %} {% endblock docs_toc %} {% endblock docs_main %}