{% if section.title %}
<{{section.title_tag|default:'h2'}}> {{section.title}}
{% endif %} {% for group, items in section|collection_grouped_top %} <{{section.group_tag}}>{{group}} {% endfor %} {% if section.more %} {{section.more.text}} {% endif %}