DEV Community

Discussion on: Creating a JS Template Engine

Collapse
 
tam2 profile image
Tam • Edited

We're currently using handlebars but are looking for a templating language that let's us store template files in a database to use a single node.js application to render multiple client websites, similar to how shopify use their liquid template language and render the different stores using a cluster of app pools

Is that something that would be possible with this templating engine?