{# Taxonomy archive template (Genre, Mood) #}

{% if taxonomy_name %}{{ taxonomy_name }}: {% endif %}{{ term.name }}

{% if term.description %}
{{ term.description }}
{% endif %}
{% if posts is not empty %}
{% for post in posts %} {% if post.post_type == 'fedistream_artist' %} {% include 'partials/card-artist.twig' with { post: post } %} {% elseif post.post_type == 'fedistream_album' %} {% include 'partials/card-album.twig' with { post: post } %} {% elseif post.post_type == 'fedistream_track' %} {% include 'partials/card-track.twig' with { post: post } %} {% elseif post.post_type == 'fedistream_playlist' %} {% include 'partials/card-playlist.twig' with { post: post } %} {% endif %} {% endfor %}
{% if pagination %} {% endif %} {% else %}

{{ __('No content found in this category.', 'wp-fedistream') }}

{% endif %}