mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
<ol class="songs">
|
|
<% list(items, function(song) { %>
|
|
<li id="<%= song.attr('id') %>">
|
|
<%= song.attr('title') %>
|
|
</li>
|
|
<% }) %>
|
|
</ol>
|