html
  head
    block head
      title My Site
    block scripts
      script(src='/jquery.js')
  body
    block content
