pixsy/node_modules/pug/test/cases/template.html

11 lines
207 B
HTML
Raw Normal View History

2017-12-22 17:22:08 +00:00
<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>