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