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