1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

feat: Added information about EJS (#2179)

This commit is contained in:
orig
2022-10-05 18:10:44 +03:00
committed by GitHub
parent 45b61875bd
commit 21b7d77107

View File

@@ -1 +1,7 @@
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://ejs.co/'>Ejs website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://ejs.co/#docs'>Ejs Official Documentations</BadgeLink>