{# Track archive template #}

{{ __('Tracks', 'wp-fedistream') }}

{% if archive_description %}
{{ archive_description }}
{% endif %}
{% if posts is not empty %}
{% for post in posts %} {% include 'partials/card-track.twig' with { post: post } %} {% endfor %}
{% if pagination %} {% endif %} {% else %}

{{ __('No tracks found.', 'wp-fedistream') }}

{% endif %}