doctype html
html(lang="en")
  head
    title= name
  body
    h1= name + " example"
    p.
     This is a simple example showing how to render jade templates in spirit