{# Album card partial #}
{% if post.thumbnail %} {{ post.title|e('html_attr') }} {% else %}
{% endif %}

{{ post.title }}

{% if post.artist_name %}

{{ post.artist_name }}

{% endif %}

{{ post.album_type_label }} {% if post.release_year %} {{ post.release_year }} {% endif %}

{% if post.total_tracks > 0 %}

{{ post.total_tracks }} {{ post.total_tracks == 1 ? 'track' : 'tracks' }}

{% endif %}