text/x-handlebars-template

text/x-handlebars-template

[1] Handlebars.js: Minimal Templating on Steroids ( ( 版)) <http://handlebarsjs.com/>

[2] Handlebars.js: Minimal Templating on Steroids ( 版) <http://handlebarsjs.com/>

You can deliver a template to the browser by including it in a <script> tag.

<script id="entry-template" type="text/x-handlebars-template">

<div class="entry">

<h1>{{title}}</h1>

<div class="body">

{{body}}

</div>

</div>

</script>