doctype html
html
// This unnecessary HTML comment should probably be removed!
head.head
meta(charset='UTF-8')
title Express minify HTML test
body#body
| Hello #{hello}
script(type='text/javascript').
function reallyNiceFunction () {
return "Hello!";
};