ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 382 forks source link

Supply template in string form rather than as .hbs #154

Open lajpatshah opened 8 years ago

lajpatshah commented 8 years ago

I have an app which stores user-generated email template in DB & not as .hbs file. The template uses same delimiters as handlebar.

How can I render this template?

Say user has created an invoice email template (using CKEditor & exposed template variables) which I am supposed to send at the time of creating an invoice. I will be saving this template in DB TEXT. Now how do I initialize this template & send the mail.

plz refer my question in another form here http://stackoverflow.com/questions/33872486/freshbook-style-email-template-using-nodejs