mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-07 14:55:31 +02:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
|
|
Object.implement('mustache', function(view, partials){
|
|
return Mustache.render(view, this, partials);
|
|
});
|
|
})();
|