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

11 lines
154 B
Plaintext

<header>
<a class="close" href="#!">Close</a>
<h1>Library</h1>
</header>
<ul class="root">
{{#items}}
<li>{{{link .}}}</li>
{{/items}}
</ul>