{{ sections['footer']['brand']['name'] }}

{{ sections['footer']['brand']['description']['text'] }}

{% if sections['footer']['brand']['socialLinks']['links'] is defined %}
{% for social in sections['footer']['brand']['socialLinks']['links'] %} {% endfor %}
{% endif %}
{% for column in sections['footer']['navigation'] %}

{{ column['title'] }}

    {% for link in column['links'] %}
  • {{ link['label'] }}
  • {% endfor %}
{% endfor %} {% if sections['footer']['subscribe'] %}

{{ sections['footer']['subscribe']['title'] }}

{{ sections['footer']['subscribe']['description']['text'] }}

{% endif %}

{{ sections['footer']['bottom']['copyright'] }}

{% if sections['footer']['bottom']['links']['items'] is defined %}
{% for link in sections['footer']['bottom']['links']['items'] %} {{ link['label'] }} {% if not loop.last %} • {% endif %} {% endfor %}
{% endif %}