{% assign allTags = collections | filterTags %} {% for tag in allTags %}
  • {{ tag }}
    ({{ collections[tag].length }})
  • {% endfor %}