{# Latest releases grid shortcode template #}
{% if title %}

{{ title }}

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

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

{% endif %}