sf-static/portfolio/node_modules/pug/test/cases/scripts.non-js.pug
2023-02-28 19:21:07 +01:00

9 lines
No EOL
177 B
Text

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