{% include "components/brand-logo.html" %}
{% if theme_navbar_start %} {%- for ns_section in theme_navbar_start %} {% if ns_section in theme_navbar_include_directly %} {%- include ns_section %} {% else %}
{%- include ns_section %}
{% endif %} {%- endfor %} {% endif %}
{% if theme_navbar_end %} {%- for ne_section in theme_navbar_end %} {% if ne_section in theme_navbar_include_directly %} {%- include ne_section %} {% else %}
{%- include ne_section %}
{% endif %} {%- endfor %} {% endif %}