{# Playlist card partial #}
{% if post.thumbnail %} {{ post.title|e('html_attr') }} {% else %}
{% endif %} {% if post.visibility == 'private' %} {% endif %}

{{ post.title }}

{{ post.author }}

{{ post.track_count }} {{ post.track_count == 1 ? 'track' : 'tracks' }} {% if post.duration_formatted %} {{ post.duration_formatted }} {% endif %}