Handlebars - 嵌套模板

8
可以在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个回答

10

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接