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

13 lines
275 B
JavaScript
Raw Normal View History

this["JST"] = this["JST"] || {};
this["JST"]["test/fixtures/template_local_scope.html"] = function(obj) {
obj || (obj = {});
2013-02-18 21:56:46 +08:00
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '<head><title>' +
((__t = ( title )) == null ? '' : __t) +
'</title></head>';
}
return __p
};