Grupos
{% block promoted %}
{% set groups = h.get_featured_groups() %}
{% for group in groups %}
{% snippet 'snippets/example_theme_most_popular_groups.html', group=group %}
{% endfor %}
{% endblock %}