layout.pug 212 B

1234567891011
  1. doctype html
  2. html
  3. head
  4. title= title
  5. link(rel='stylesheet', href='/stylesheets/style.css')
  6. body
  7. include headbar
  8. div(class='page')
  9. block content
  10. script(src="/javascripts/scripts.js")