fastest, smallest and simplest template engine, using JS's literal template feature, in an express template engine
This is just a simple wrapper for Express, around template-literal.
run npm i express-tl
and append it to your app code :
const tl = require('express-tl')
app.engine('tl', tl)
app.set('views', './views') // specify the views directory
app.set('view engine', 'tl') // register the template engine
Watch template-literal for benchmark and to know how to use
You can see an example app in example/
You can make me a donation to support my work :
- With Liberapay : https://liberapay.com/drulac/
- With Paypal : [email protected]