--- layout: base.njk title: Fediverse Skillshare Classifieds --- {% css %}{% include "css/home.css" %}{% endcss %}
{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}

{{ tag }}

{{ tag | getTagline }}

{% for ad in collections[tag] %}

{{ ad.data.title }}

@{{ ad.data.handle }}@{{ ad.data.server}} offers: {{ ad.data.blurb }}

listed on

{% endfor %}
{% endfor %}