{% if sections.footer.brand %}

{{ sections.footer.brand.name }}

{% endif %}
{% for nav in sections.footer.navigation %}

{{ nav.title }}

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

{{ sections.footer.bottom.copyright }}

{% endif %}