whitespace.pug 126 B

1234567891011
  1. - var js = '<script></script>'
  2. doctype html
  3. html
  4. head
  5. title= "Some " + "JavaScript"
  6. != js
  7. body