{# Main page template for Coeus Sphinx Theme. #}
{%- extends "layout.html" -%}
{%- block body %}
{%- set only_main_nav = sidebars == ["sidebar_navbar_links.html"] %}
{%- if not only_main_nav and sidebars|length > 0 %}
{%- else %}
{%- endif %}
{%- block body_before %}{%- endblock body_before -%}
{%- if pagename != master_doc and theme_show_breadcrumbs|tobool %}
{%- include "breadcrumbs.html" %}
{%- endif %}
{{ html_coeus_documentation_hero_type }}
{{ body }}