It's like the other ones but not at all like the other ones.
Example
var output = templeton.template('Hello, {{user}}!', {
user : 'World'
});
console.log(output); // "Hello, World!"
It's like the other ones but not at all like the other ones.
Homepage Repository JavaScript
bower install templeton