doctype html
html(lang='en')
  head
    title Mincer demo
    !=stylesheet('app.css')
    !=stylesheet('alt.css')
    !=stylesheet('stylus.css')

  body
    .container
      h1 Mincer
      h2 node-sass style
      h2.styl stylus style


    !=javascript('app.js')
