DEV Community

Discussion on: Has anyone created a Node.js app that renders HTML instead of JSON?

Collapse
 
ionutmilica profile image
Ionut Milica

You can also take a look at Nunjucks. It's a Jinja2 like template engine.
It has support for features like: variables, template inheritance, macros, filters and it plays well with async programming.

Collapse
 
restoreddev profile image
Andrew Davis

Looks really good! Thanks!