grunt-contrib-jst/test/expected/pretty.js
2012-11-26 13:02:20 -05:00

3 lines
249 B
JavaScript

this["JST"] = this["JST"] || {};
this["JST"]["test/fixtures/template.html"] = function(obj){var __p='';var print=function(){__p+=Array.prototype.join.call(arguments, '')};with(obj||{}){__p+='<head><title>'+( title )+'</title></head>';}return __p;};