pixsy/node_modules/pug/examples/whitespace.pug

11 lines
126 B
Plaintext

- var js = '<script></script>'
doctype html
html
head
title= "Some " + "JavaScript"
!= js
body