firetpl
v0.6.6
Published
FireTPL is a pretty Javascript template engine. FireTPL uses indention for scops and blocks, supports includes, helper and inline functions.
Downloads
161
Readme
FireTPL a powerful template engine for Javascript
FireTPL is a powerful Javascript template engine for node.js
and browser
It supports two types of syntax. The fire
syntax uses indention for scops and blocks, supports includes, helper and inline functions.
An alternative syntax is similar to Handlebars. Most Handlebars templates may be compatible with FireTPL.
Installation
npm install -g firetpl
Usage
firetpl -o out.html template.fire