{% for track in tracks %}

{{ track.get('name') }}

{{ track.get('album').get('name') }}

{% endfor %}