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

{{ post.title }}

{{ post.artist_type_label }} {% if post.location %} {{ post.location }} {% endif %}

{% if post.album_count is defined and post.album_count > 0 %}

{{ post.album_count }} {{ post.album_count == 1 ? 'album' : 'albums' }}

{% endif %}