summaryrefslogtreecommitdiffstats
path: root/protoype/views/layout.jade
blob: e44baef463d563d73523c5631fc6efe9bb2081f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
!!!
html
  head
    title= title
    meta(http-equiv='Content-Type', content='text/html; charset=UTF-8')
    link(rel='stylesheet', href='/stylesheets/style.css')
  // body gets passed in here from *.jade? the '!=' outputs unescaped
  //body!= body
  body
    block content