Brand Logo
{%- for index in ['1', '2', '3', '4', '5'] -%} {%- set label = values['item_' + index + '_label'] -%} {%- set url = values['item_' + index + '_url'] -%} {%- if label and url -%}
{{ c('navbar_link', label=label, url=url) }}
{%- endif -%} {%- endfor -%} {%- if cta_label and cta_url -%} {{ c('button', label=cta_label, url=cta_url, variant="primary", class="mt-2") }} {%- endif -%}
{%- for index in ['1', '2', '3', '4', '5'] -%} {%- set label = values['item_' + index + '_label'] -%} {%- set url = values['item_' + index + '_url'] -%} {%- if label and url -%} {{ c('navbar_link', label=label, url=url) }} {%- endif -%} {%- endfor -%} {%- if cta_label and cta_url -%} {{ c('button', label=cta_label, url=cta_url, variant="primary") }} {%- endif -%}