pixsy/node_modules/pug-lexer/test/cases/scripts.non-js.pug

9 lines
177 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
script#user-template(type='text/template')
#user
h1 <%= user.name %>
p <%= user.description %>
script#user-template(type='text/template').
if (foo) {
bar();
}