aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/layout.pug
blob: 68a7399c62cc35e5c02fcf1fd6415173229e141a (plain) (blame)
1
2
3
4
5
6
7
doctype html
html
  head
    title= title
    link(rel='stylesheet', href='/styles/style.css')
  body
    block content