2.0.6 • Published 4 years ago

t2je v2.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

T2JES

T2JS templating engine.

Install

npm install t2je

Use

var t2je = require('t2je');

// Load templates
var tpl = new t2je(__dirname, {
    ext: "t2.htm"
});
console.log(tpl.tpl);

// Compile templates
var compiled = tpl.compile('tpl/main');

// Render output
tpl.render(compiled, {
    hello: 'World'
}).then(function(rendered){
    console.log(rendered);
});
2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago