{% set groups = h.get_featured_groups(count=3) %} {% for group in groups %}
{% snippet 'snippets/group_item.html', group=group, truncate=50, truncate_title=35 %}
{% endfor %}