Wednesday 16 March 2016

which templating library is good for rendering email templates?

I am looking atJavaScript Template Engines(NAME : GITGUB STARS) Jade : 7,335 Mustache.js : 6,985 Dust.js : 1,571 Nunjucks : 1,565 EJS : 1,796Requirement is: it should be light. email templates do not need many partials to combine so can avoid this feature, a simple variable replacement will do. template loading should be done once and rendering can be done many times ( promises? ) for promotional emails.

Submitted March 17, 2016 at 06:19AM by ratancs

No comments:

Post a Comment