是否可以在具有单独上下文的模板中包含模板?

时间:2015-07-01 11:01:25

标签: node.js templates handlebars.js

我正在开发nodejs和handlebars中的应用程序。

我希望能够创建一个布局模板,然后在该布局中添加各种单独的组件。

每个组件都将使用单独的把手模板和上下文创建。 例如layout.tmpl

<html>
<head>...</head>
<body>
  <!-- somehow render a handlebars template here with a separate context -->

  <!-- somehow render another handlebars template here with a separate context -->
<body>
</html>

这可能吗?如果没有,是否有其他模板引擎可以做到这一点?

1 个答案:

答案 0 :(得分:0)

是。可以使用Handlebars partials