mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
11 lines
158 B
Plaintext
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>
|