{{ self.flash() }}
{% block primary_content %}
{% block index_content %}
{% with items = h.get_facet_items_dict("tags", search_facets, 30) %}
{% if items or not hide_empty %}
{% for item in items %}
{{item.name}}
{{item.count}}
unread messages
{% endfor %}
{% endif %}
{% endwith %}
{% endblock %}