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 9c09843a7..0d0405205 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,7 +1,7 @@ -# Ejs +# 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 +Ejs Official Documentations \ No newline at end of file