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

Resources and content added for Ejs (#2163)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Devesh Swarnkar
2022-10-12 19:14:14 +05:30
committed by GitHub
parent 1596822d44
commit b6818a42ea

View File

@@ -1,4 +1,4 @@
# 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.