Skip to content

Commit d665eab

Browse files
authored
Merge pull request #3969 from shaedrich/nunjucks
Add related to to topic "Nunjucks"
2 parents 4c769f7 + 45cef1b commit d665eab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

topics/nunjucks/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ display_name: Nunjucks
44
topic: nunjucks
55
github_url: https://github.com/mozilla/nunjucks
66
logo: nunjucks.jpg
7-
related: jinja2, liquid
7+
related: jinja2, liquid, javascript, templating, handlebars, mustache-js, ejs-templates, pug
88
released: September 2012
99
short_description: Templating language for JavaScript.
1010
url: https://mozilla.github.io/nunjucks/
1111
---
12-
Nunjucks is a templating language that is compiled using JavaScript.
13-
Although language agnostic it is typically used to create HTML files.
12+
**Nunjucks** is a templating language that is compiled using JavaScript.
13+
Although language-agnostic it is typically used to create HTML files.
1414
It allows for source code to be simplified using macros or blocks, avoiding repetition, and supports inheritance.

0 commit comments

Comments
 (0)