Skip to content

Commit 7c92e0f

Browse files
authored
Merge pull request #4076 from shaedrich/ejs-templates
Add aliases, related, created_by. github_url and released to topic "EJS"
2 parents 840a408 + eb131ff commit 7c92e0f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

topics/ejs/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
display_name: EJS
3+
aliases: ejs-templating
34
short_description: JavaScript templating language.
45
topic: ejs
56
url: https://ejs.co
6-
related: javascript
7+
related: javascript, jinja2, liquid, templating, handlebars, mustache-js, pug, nunjucks
8+
created_by: Matthew Eernisse, Tiancheng “Timothy” Gu
9+
github_url: https://github.com/mde/ejs
10+
released: February 6, 2015
711
---
8-
EJS is a templating language that allows JavaScript to be integrated into the creation of HTML files through embedded statements.
9-
It unifies the two languages to assist the creation of complex HTML documents at build time.
10-
EJS uses vanilla JavaScript so that a minimal amount of new knowledge is needed to use it.
12+
**EJS** (**E**mbedded **J**ava**S**cript templating). is a templating language that allows JavaScript to be integrated into the creation of HTML files through embedded statements. It unifies the two languages to assist the creation of complex HTML documents at build time. EJS uses vanilla JavaScript so that a minimal amount of new knowledge is needed to use it.

0 commit comments

Comments
 (0)