1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/public/views/panels/artists.mustache
2014-01-10 17:01:34 +00:00

11 lines
157 B
Plaintext

<header>
<a class="close" href="#!">Close</a>
<h1>Artists</h1>
</header>
<ol class="artists">
{{#items}}
<li>{{{link .}}}</li>
{{/items}}
</ol>