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

11 lines
No EOL
207 B
HTML

<script type="text/x-template">
<article>
<h2>{{title}}</h2>
<p>{{description}}</p>
</article>
</script>
<script type="text/x-template">
article
h2 {{title}}
p {{description}}
</script>