{% if not navbar_full %}
{% include 'partials/logo.html' %} {% get_theme_variables 'template_name' %}
{% endif %}
    {% for item in menu_data.menu %} {% comment %} Menu Header {% endcomment %} {% if "menu_header" in item %} {% include './partials/menu_header_template.html' with header_text=item.menu_header %} {% else %} {% comment %} Menu Item {% endcomment %} {% include './partials/menu_item_template.html' with item=item %} {% endif %} {% endfor %}