{% for song in songs %} {% include 'play_or_download_button.html' %} {{ song.artist }} {{ song.title }} {{ song.year if song.year }} {% with %} {% set song_id = song.song_id %} {% include 'like_button.html' %} {% endwith %} {% endfor %} {% if songs|length >= 100 %}
Loading more songs ...
{% endif %}