Add content for templating engines (#2153)

* Update readme.md

* Update content/roadmaps/107-nodejs/content/109-nodejs-template-engines/readme.md

* Update content/roadmaps/107-nodejs/content/109-nodejs-template-engines/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2258/head^2
Joseph Olayanju 2 years ago committed by GitHub
parent 77598e730e
commit f74d4e469c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      content/roadmaps/107-nodejs/content/109-nodejs-template-engines/readme.md

@ -1 +1,12 @@
# Nodejs template engines
# 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

Loading…
Cancel
Save