init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= message
|
||||
h2= error.status
|
||||
pre #{error.stack}
|
||||
@@ -0,0 +1,13 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
div#navigation
|
||||
a.tile.template.hidden(href="#")
|
||||
.content
|
||||
img.icon
|
||||
span.title
|
||||
div#information
|
||||
|
||||
|
||||
script.
|
||||
jQuery(function(){ Radio.init( !{JSON.stringify(channels)} ); });
|
||||
@@ -0,0 +1,9 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title= title
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
script(src="/javascripts/vendor/jquery.min.js")
|
||||
script(src="/javascripts/radio.js")
|
||||
body
|
||||
block content
|
||||
Reference in New Issue
Block a user