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