2.0.6 • Published 6 years ago

t2je v2.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago