grunt-contrib-jst/test/expected/process_content.js

11 lines
280 B
JavaScript
Raw Normal View History

2012-12-29 21:18:21 +08:00
this["JST"] = this["JST"] || {};
this["JST"]["test/fixtures/indent_template.html"] = function(obj){
var __p='';var print=function(){__p+=Array.prototype.join.call(arguments, '')};
with(obj||{}){
__p+='<div>\n<div>\n<div>\n'+
( name )+
'\n</div>\n</div>\n</div>';
}
return __p;
};