Most popular groups

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

Notícias

{#
{% block promoted %}

OI

{% endblock %} {% block search %} {% endblock %}
{% block featured_group %}

Recent activity

This paragraph will be added to the top of the featured_group block.

#} {# Insert the contents of the original featured_group block: #} {# {{ super() }}

This paragraph will be added to the bottom of the featured_group block.

{% endblock %} {% block featured_organization %} {% snippet 'snippets/example_theme_most_popular_groups.html' %} {% endblock %} #}