templeton

It's like the other ones but not at all like the other ones.


Keywords
template, templateengine
License
BSD-3-Clause
Install
bower install templeton

Documentation

templeton NPM Version Bower Version Build Status

It's like the other ones but not at all like the other ones.

Templeton Peck


Example

var output = templeton.template('Hello, {{user}}!', {
    user : 'World'
});
console.log(output);  // "Hello, World!"