diff --git a/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/102-ejs.md b/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/102-ejs.md index 238abd527..9c09843a7 100644 --- a/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/102-ejs.md +++ b/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/102-ejs.md @@ -1 +1,7 @@ -# Ejs \ No newline at end of file +# Ejs + +EJS (Embedded JavaScript Templating) is one of the most popular template engines for JavaScript. As the name suggests, it lets us embed JavaScript code in a template language that is then used to generate HTML. + +Free Content +Ejs website +Ejs Official Documentations