Back to Developer Roadmap

Template Engines

src/data/roadmaps/nodejs/content/[email protected]

4.0558 B
Original Source

Template Engines

Template engine helps us to create an HTML template with minimal code. Also, it can inject data into HTML template at client side and produce the final HTML.

Some examples of template engines in Node.js are:

  • Nunjucks
  • Jade
  • Vash
  • EJS
  • Handlebars
  • HAML

Visit the following resources to learn more: