{{ (settings.seo.title or 'YourBrand').split(' - ')[0] }}
{% for item in navigation.items %} {{ item.label }} {% endfor %}
{% if navigation.cta and navigation.cta.label and navigation.cta.url %}
{{ navigation.cta.label }}
{% endif %}
{% for item in navigation.items %} {{ item.label }} {% endfor %} {% if navigation.cta and navigation.cta.label and navigation.cta.url %} {{ navigation.cta.label }} {% endif %}