From 21b7d771070bb1248144977c6897e6dd4bb0cbec Mon Sep 17 00:00:00 2001
From: orig <48911144+origranot@users.noreply.github.com>
Date: Wed, 5 Oct 2022 18:10:44 +0300
Subject: [PATCH] feat: Added information about EJS (#2179)
---
.../content/109-nodejs-template-engines/102-ejs.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
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