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:
@@ -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
|
||||
|
Reference in New Issue
Block a user