{# Track card partial #}
{% if post.thumbnail %} {{ post.title|e('html_attr') }} {% elseif post.album_artwork %} {{ post.title|e('html_attr') }} {% else %}
{% endif %} {% if post.explicit %} E {% endif %}

{{ post.title }}

{% if post.artists %}

{% for artist in post.artists %} {{ artist.name }}{% if not loop.last %}, {% endif %} {% endfor %}

{% endif %}

{% if post.album_title %} {{ post.album_title }} {% endif %} {% if post.duration_formatted %} {{ post.duration_formatted }} {% endif %}