--- title: FediLearns Classifieds --- {% css %}{% include "css/listings.css" %}{% endcss %}
{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}

{{ tag }}

{{ tag | getTagline }}

{% if collections[tag].length == 0 %}

No listings.

{% endif %} {% for listing in collections[tag] | sortAlphabeticallyByTitle %} {% include "listing.njk" %} {% endfor %}
{% endfor %}