{% set section_bg_color = section_bg_color is not null ? section_bg_color : '' %}
{% for group in section_footer_groups %}
{% if group.title is not empty %}

{{ group.title }}

{% endif %} {% for links in group.links %} {% if loop.first %} {% endif %} {% endfor %}
{% endfor %}