pixsy/node_modules/pug/examples/dynamicscript.pug

6 lines
127 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
html
head
title Dynamic Inline JavaScript
script.
var users = !{JSON.stringify(users).replace(/<\//g, "<\\/")}