20 lines
476 B
Plaintext
20 lines
476 B
Plaintext
extends layout
|
|
|
|
block content
|
|
div#navigation
|
|
a.tile.template.hidden(href="#")
|
|
.content
|
|
img.icon
|
|
span.title
|
|
div#controls
|
|
a.control.volume_plus(href="/action/volume/down/")
|
|
i.fa.fa-volume-down
|
|
a.control.volume_minus(href="/action/volume/up/")
|
|
i.fa.fa-volume-up
|
|
a.control.empty
|
|
a.control.play_pause(href="/action/stop/")
|
|
i.fa.fa-stop
|
|
|
|
|
|
script.
|
|
jQuery(function(){ Radio.init( !{JSON.stringify(channels)} ); }); |