{% set groups = h.get_facet_items_dict('groups', limit=30) %}

Popular Groups

{% for group in groups %} {% set weight = 30 - loop.index %} {{ h.truncate(group.display_name, 26) }} {% endfor %}