{%- if brand_image -%}
{{ brand_label or 'Brand Logo' }}
{%- endif -%}
{%- for index in ['1', '2', '3', '4', '5', '6', '7', '8'] -%} {%- 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 content -%}
{{ content }}
{%- endif -%}
{{ address or '' }}
{{ copyright or '' }}