pixsy/node_modules/pug-lexer/test/cases/scripts.non-js.pug
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

9 lines
177 B
Plaintext

script#user-template(type='text/template')
#user
h1 <%= user.name %>
p <%= user.description %>
script#user-template(type='text/template').
if (foo) {
bar();
}