brand-logo {% if theme_logo and theme_logo.get("text") %} {{ theme_logo.get("text") }} {%- endif %}
{% if theme_navbar_start %} {%- for ns_section in theme_navbar_start %} {%- include ns_section %} {%- endfor %} {% endif %}
{% if theme_navbar_end %} {%- for ne_section in theme_navbar_end %} {%- include ne_section %} {%- endfor %} {% endif %}