doctype html
html
  head
    title SASSy Example
    link(rel='stylesheet', href=contents['test.scss'].url)
  body
    h1 SASS
    h2#foo Using node-sass
    p: em Cheerio
