prettier/tests/html_handlebars/basic-handlebars.hbs

9 lines
176 B
Handlebars

<script id="entry-template" type="text/x-handlebars-template">
<div class="entry">
<h1>{{title}}</h1>
<div class="body">
{{body}}
</div>
</div>
</script>