aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/layout.pug
blob: 3c6cd2ad1d5f23fbd6a0d0e467e6ffd1da4fa65e (plain) (blame)
1
2
3
4
5
6
7
8
doctype html
html
  head
    title= title
    script(src='/app.js')
    link(rel='stylesheet', href='/app.css')
  body
    block content