{% set groups = h.govdf_theme_get_non_empty_groups() %} {% 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 %}