templeton

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

Usage no npm install needed!

<script type="module">
  import templeton from 'https://cdn.skypack.dev/templeton';
</script>

README

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!"