prettier/tests/handlebars-basics/basic-handlebars.hbs

11 lines
217 B
Handlebars

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