{% 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) | sortAlphabeticallyByTitle %} {% include "listing.njk" %} {% endfor %}
{% endfor %}