html
  head
    script(src="bower_components/knuth-shuffle/index.js")
    script(src="assets/animals.js")
    script(src="assets/adjectives.js")
    script(src="index.js")
    script(src="tests/run-in-node.js")
  body
    p Look in the console
