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

11 lines
237 B
HTML

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