jstransformer-atpl
v0.1.2
Published
atpl support for JSTransformers.
Downloads
4
Keywords
Readme
jstransformer-atpl
atpl support for JSTransformers.
Installation
npm install jstransformer-atpl
API
var atpl = require('jstransformer')(require('jstransformer-atpl'))
atpl.render('Hello, {{ name }}!', { name: 'World' }).body
//=> 'Hello, World!'
License
MIT