image

<%= playlist.name %>

<%= playlist.username %>

<%= playlist.description %>

<% tracks.forEach((e, id) => { %> <% }) %>
# name listen count time date created
<%= id + 1 %>
image

<%= e.name %>

<%= e.artist %>

<%= e.listen_count %> <%= e.duration %> <%= (new Date(e.dt_created)).toLocaleDateString('lv-LV', { day: '2-digit',month: '2-digit',year: 'numeric'}); %>