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
parent
77598e730e
commit
f74d4e469c
1 changed files with 12 additions and 1 deletions
@ -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…
Reference in new issue