{{ item['name'] }}

{{ item['artists'] | map(attribute='name') | join(', ') }}

{%if item['images']: %} {% set images = item['images'] %} {% include "spotify/items/cover.html" %} {% endif %}