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

{{ _('Popular Tags') }}

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

See All {{_('Tags')}}