epiphany/node_modules/mustache/wrappers/mootools/mustache.js.post
2023-12-09 22:19:03 -08:00

5 lines
128 B
Text

Object.implement('mustache', function(view, partials){
return Mustache.render(view, this, partials);
});
})();