{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}

{{ tag }}

{{ tag | getTagline }}

{% if collections[tag] | filterByDate(today) | length == 0 %}

No listings.

{% endif %} {% for listing in collections[tag] | filterByDate(today) %}

{{ listing.data.title }}

{{ listing.data.handle }} offers: {{ listing.data.blurb }}

listed on

{% endfor %}
{% endfor %}