summaryrefslogtreecommitdiffstats
path: root/protoype/views/layout.jade
blob: c7139b758063fbd73477394d0945b5c27e2da454 (plain)
1
2
3
4
5
6
7
8
9
!!!
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