--- title: Fediverse Skillshare 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] %} {% include "listing.njk" %} {% endfor %}
{% endfor %}