layout.pug 144 B

12345678
  1. doctype html
  2. html
  3. head
  4. base(href=base)
  5. title= title
  6. link(rel='stylesheet', href='stylesheets/style.css')
  7. body
  8. block content