{% if sections.footer.brand %}

{{ sections.footer.brand.name }}

{% endif %}

{{ sections.footer.brand.description.text }}

{% if sections.footer.brand.socialLinks %}
{% for social in sections.footer.brand.socialLinks.links %} {% endfor %}
{% endif %}
{% for nav in sections.footer.navigation %}

{{ nav.title }}

    {% for link in nav.links %}
  • {{ link.label }}
  • {% endfor %}
{% endfor %} {% if sections.footer.subscribe %}

{{ sections.footer.subscribe.title }}

{{ sections.footer.subscribe.description.text }}

{% endif %}
{% if sections.footer.bottom %}

{{ sections.footer.bottom.copyright }}

{% if sections.footer.bottom.links %}
{% for link in sections.footer.bottom.links.items %} {{ link.label }} {% endfor %}
{% endif %}
{% endif %}