{% block promoted %} {% set groups = h.get_featured_groups() %} {% for group in groups %}
{% snippet 'snippets/example_theme_most_popular_groups.html', group=group %}
{% endfor %} {% endblock %}
{% block search %} {% endblock %}
{# Note: this featured_group block is used as an example in the theming tutorial in the docs! If you change this code, be sure to check whether you need to update the docs. #} {# Start template block example. #} {% block featured_group %} Noticias {% endblock %} {# End template block example. #}
{% block featured_organization %} {% endblock %}