{% if logoType == "image" and logo %}{% img logo alt=alt|default:"Home" class="sc-brand-logo" %}{% else %}{{ logoText.text|default:logoText|default:context.site.title|default:"Studio" }}{% endif %}
{% for item in menu.items %}{{ item.label|default:item.title }}{% endfor %}{% if cta.text and cta.url %}{{ cta.text }}{% endif %}
{% for item in menu.items %}{{ item.label|default:item.title }}{% endfor %}{% if cta.text and cta.url %}{{ cta.text }}{% endif %}