feat: Added information about EJS (#2179)
parent
45b61875bd
commit
21b7d77107
1 changed files with 7 additions and 1 deletions
@ -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> |
||||
|
Loading…
Reference in new issue