{# Main page template for Coeus Sphinx Theme. #}
{%- extends "layout.html" -%}
{%- block body %}
{%- set only_main_nav = sidebars == ["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 %}
{% set type = html_coeus_documentation_hero_type if html_coeus_documentation_hero_type != "None" else "" %}
{{ type }}
{{ body }}
{%- block body_after %}{%- endblock body_after -%}
{%- if show_previous_next_pages|tobool %}
{%- include "previous_next.html" %}
{%- endif %}
{%- endblock body %}