Files
portfolio2023/node_modules/mustache/wrappers/mootools/mustache.js.post
T
2023-11-24 22:35:41 +01:00

6 lines
128 B
Plaintext

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