initial
This commit is contained in:
9
node_modules/pug/test/cases/scripts.non-js.pug
generated
vendored
Normal file
9
node_modules/pug/test/cases/scripts.non-js.pug
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
script#user-template(type='text/template')
|
||||
#user
|
||||
h1 <%= user.name %>
|
||||
p <%= user.description %>
|
||||
|
||||
script#user-template(type='text/template').
|
||||
if (foo) {
|
||||
bar();
|
||||
}
|
||||
Reference in New Issue
Block a user