我正在使用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