From b6818a42ead9f6f77198452c49524794b2da1d8f Mon Sep 17 00:00:00 2001 From: Devesh Swarnkar <71492529+devesh-0419@users.noreply.github.com> Date: Wed, 12 Oct 2022 19:14:14 +0530 Subject: [PATCH] Resources and content added for Ejs (#2163) Co-authored-by: Kamran Ahmed --- .../107-nodejs/content/109-nodejs-template-engines/102-ejs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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