是否可以在Handlebars中定义嵌套模板:
<script id="template-parent" type="text/x-handlebars-template">
<some markup here ...>
<script id="template-child" type="text/x-handlebars-template">
<some markup from nested template here ... >
</script>
</script>
答案 0 :(得分:4)
Handlebars有一个内置帮手,名为&#34; partials&#34;这将允许您从其他地方包含模板的片段。见http://handlebarsjs.com/partials.html