sf-static/portfolio/node_modules/pug/test/cases/scripts.non-js.pug

9 lines
177 B
Text
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
script#user-template(type='text/template')
#user
h1 <%= user.name %>
p <%= user.description %>
script#user-template(type='text/template').
if (foo) {
bar();
}