1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 18:44:57 +02:00

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>
This commit is contained in:
Joseph Olayanju
2022-10-12 14:48:17 +01:00
committed by GitHub
parent 77598e730e
commit f74d4e469c

View File

@@ -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