{% for group in row.groups %}
{% endfor %}
{% for section in group.sections %}
{% include section.template_name with section=section %}
{% endfor %}
{% endfor %}