把手 - 嵌套模板

时间:2016-10-19 08:31:18

标签: templates nested handlebars.js

是否可以在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>

1 个答案:

答案 0 :(得分:4)

Handlebars有一个内置帮手,名为&#34; partials&#34;这将允许您从其他地方包含模板的片段。见http://handlebarsjs.com/partials.html