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

```shell
npm install -g firetpl
```

## Usage

```shell
firetpl -o out.html template.fire
```

