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

11 lines
158 B
Plaintext

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