diff --git a/templates/favorite/index.html.twig b/templates/favorite/index.html.twig index 75882cb..bce3f79 100644 --- a/templates/favorite/index.html.twig +++ b/templates/favorite/index.html.twig @@ -3,6 +3,18 @@ {% block title %}Favorites!{% endblock %} {% block body %} +
{% for album_liked in favorites %} @@ -26,7 +38,9 @@ {% for track in album_liked["tracklist"] %}

{{track["title"]}} - {{track["duration"]}}

{% endfor %} -
+ {% endfor %}