{% set section = get_section(path="_index.md") %} {% set subsections_str = section.subsections | join(sep=" ") %} {% set logo_path = get_url(path=section.extra.logo_path | default(value='')) %} {% if "header/_index.md" in subsections_str %} {% set section = get_section(path="header/_index.md") %} {% set header_items = section.content | safe | split(pat="
  • ") %} {% include "partials/header_custom.html" %} {% else %}
    {% set header_class = config.extra.header_class | default(value='') %}
    {% for subsection in section.subsections %} {% if subsection == "footer/_index.md" %} {% continue %} {% endif %} {% set submenu_id = subsection ~ "-menu" | slugify %} {% endfor %}
    {% endif %}