{% for track in tracks %}
{{ track.get('name') }}
{{ track.get('album').get('name') }}
Your browser does not support the audio element.
{% endfor %}