--- layout: base.njk title: Fediverse Skillshare Classifieds --- {% css %}{% include "css/home.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] %}

{{ listing.data.title }}

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

listed on

{% endfor %}
{% endfor %}