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

{{ tag }}

{{ tag | getTagline }}

{% set listings = collections[tag] | filterByDate(day) | filterByTag(category) %} {% if listings | length == 0 %}

No listings.

{% endif %} {% for listing in listings | sortAlphabeticallyByTitle %} {% include "listing.njk" %} {% endfor %}
{% endfor %}