pixsy/node_modules/pug/test/cases/template.html
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

11 lines
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>