sf-static/portfolio/node_modules/pug/examples/whitespace.pug
2023-02-28 19:21:07 +01:00

11 lines
No EOL
126 B
Text

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