aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-minify-html/tests/test.pug
blob: 169a517745207a87a367cd9588a1d319de603d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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!";
    };