Popular playlists:
<% mostPopularPlaylists.forEach(playlist => { %>
-
<% }) %>
<% if (recentListenedPlaylists.length > 0 ) { %>
Recent played playlists:
<% recentListenedPlaylists.forEach(playlist => { %>
-
<% }) %>
<% } %>
System playlists:
<% systemPlaylists.forEach(playlist => { %>
-
<% }) %>
New playlists:
<% recentAddedPlaylists.forEach(playlist => { %>
-
<% }) %>