mustache.js.post 128 B

12345
  1. Object.implement('mustache', function(view, partials){
  2. return Mustache.render(view, this, partials);
  3. });
  4. })();