0
ハンドルで定義されたネストされたテンプレートに、それは可能です:ハンドル - ネストされたテンプレート
<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>