{%- if header_variant=='spark-squares' -%}
{%- include "sections/header-squares.html" %}
{%- endif %}
{% for navbar_item in theme_navbar_start %}
{% include navbar_item %}
{% endfor %}
{% set navbar_classes = navbar_align_class() %}
{# A search button to show up only on mobile #}
{% for navbar_item in theme_navbar_persistent %}
{%- include navbar_item %}
{% endfor %}
{% if not remove_sidebar_secondary %}
{% endif %}