{% if logoType == "image" and logo %}{% img logo alt=alt|default:"Home" class="lcars-brand-logo" %}{% else %}{{ logoText|get:"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 %}