pixsy/node_modules/pug/examples/whitespace.pug

11 lines
126 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
- var js = '<script></script>'
doctype html
html
head
title= "Some " + "JavaScript"
!= js
body