在JST中包含JST模板

时间:2016-09-28 10:23:45

标签: javascript underscore.js underscore.js-templating jst

我正在使用underscopre(grunt-contrib-jst)JST模板来渲染VIEW。

但是,我需要将可重用的html作为模板的部分内容。

我可以单独制作.tmpl&将它包含在父.tmpl?

我的代码看起来像

var tmpl = my.namespace['template/hello.tmpl'];
$("#content").html(tmpl({  
   data:data
}));

//where as I need to spearate templates inside hello.tmpl

0 个答案:

没有答案