{% set groups = h.get_featured_groups(7) %} {% block home_1 %}

Temas

{% block groups_list %} {% if groups %} {% snippet "home/snippets/group_list.html", groups=groups %} {% else %}

{{ _('There are currently no groups for this site') }}. {% if h.check_access('group_create') %} {% link_for _('How about creating one?'), controller='group', action='new' %}. {% endif %}

{% endif %} {% endblock %}
{#% block news %}

Aqui virão as notícias

{% endblock %#}
{% endblock %} {#% block home_2%}
{% block promoted %} {% snippet 'home/snippets/promoted.html' %} {% endblock %}
{% block search %} {% snippet 'home/snippets/search.html' %} {% endblock %}
{% block featured_group %} {% snippet 'home/snippets/featured_group.html' %} {% endblock %}
{% block featured_organization %} {% snippet 'home/snippets/featured_organization.html' %} {% endblock %}
{% endblock %#}