2011-09-13 21:25:40 +01:00
|
|
|
!!! 5
|
2011-11-25 14:44:18 +00:00
|
|
|
html(lang='en')
|
2011-09-13 21:25:40 +01:00
|
|
|
head
|
2011-11-25 14:44:18 +00:00
|
|
|
meta(charset='utf-8')
|
|
|
|
link(rel='stylesheet', type='text/css', href='/styles.css')
|
2012-03-10 17:49:57 +00:00
|
|
|
title #{name} web interface
|
2011-09-15 20:00:16 +01:00
|
|
|
body
|
2011-11-25 14:44:18 +00:00
|
|
|
div#page
|
|
|
|
div#title
|
2012-03-10 17:51:24 +00:00
|
|
|
a(href='/') #{name} web interface
|
2011-11-25 14:44:18 +00:00
|
|
|
div#main
|
|
|
|
!{body}
|
|
|
|
script(type="text/javascript", src="/script.js")
|