diff --git a/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/readme.md b/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/readme.md index 636c4d345..3897584b9 100644 --- a/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/readme.md +++ b/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/readme.md @@ -1 +1,12 @@ -# Nodejs template engines \ No newline at end of file +# 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