12 lines
160 B
Handlebars
12 lines
160 B
Handlebars
|
<p>Last tag seen: <span id=last-tag>{{ last_tag }}</p>
|
||
|
|
||
|
<ul id=play-log>
|
||
|
{{> log}}
|
||
|
</ul>
|
||
|
|
||
|
<script>
|
||
|
var jukebox = {
|
||
|
port: {{ config.port }}
|
||
|
};
|
||
|
</script>
|