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

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();
}