sf-static/portfolio/node_modules/pug/examples/whitespace.pug

11 lines
126 B
Text
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
- var js = '<script></script>'
doctype html
html
head
title= "Some " + "JavaScript"
!= js
body