doctype html html

head
  title= "Pug Templating CodeMirror Mode Example"

  if hash
    link(rel='stylesheet', href=`/assets/client${hash}.css`)
  script(type='text/javascript', src=`/assets/client${hash}.js`)

body
  #output Lorem ipsum dolor...
  include ./partials/header
  block content
  include ./partials/footer