doctype html
html
  head
    title= title
    script(src="/jquery.js")
    include header
  body
    block content
