2012-11-27 02:02:20 +08:00
|
|
|
define(function(){
|
|
|
|
|
|
|
|
this["JST"] = this["JST"] || {};
|
|
|
|
|
2013-01-01 04:06:55 +08:00
|
|
|
this["JST"]["test/fixtures/template.html"] = function(obj) {
|
2013-02-16 01:09:15 +08:00
|
|
|
var __t, __p = '', __e = _.escape;
|
2013-01-01 04:06:55 +08:00
|
|
|
__p += '<head><title>' +
|
|
|
|
((__t = ( obj.title )) == null ? '' : __t) +
|
2012-11-27 02:02:20 +08:00
|
|
|
'</title></head>';
|
2013-01-01 04:06:55 +08:00
|
|
|
return __p
|
2012-11-27 02:02:20 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
return this["JST"];
|
2013-03-06 21:56:40 +08:00
|
|
|
|
2012-11-27 02:02:20 +08:00
|
|
|
});
|