aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/layout.pug
blob: 3a78c468edcbbeec8583a1fea8efe7713f5acfeb (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