Skip to content

Commit

Permalink
Merge pull request #3969 from shaedrich/nunjucks
Browse files Browse the repository at this point in the history
Add related to to topic "Nunjucks"
  • Loading branch information
ahpook authored Oct 13, 2023
2 parents 4c769f7 + 45cef1b commit d665eab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions topics/nunjucks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ display_name: Nunjucks
topic: nunjucks
github_url: https://github.com/mozilla/nunjucks
logo: nunjucks.jpg
related: jinja2, liquid
related: jinja2, liquid, javascript, templating, handlebars, mustache-js, ejs-templates, pug
released: September 2012
short_description: Templating language for JavaScript.
url: https://mozilla.github.io/nunjucks/
---
Nunjucks is a templating language that is compiled using JavaScript.
Although language agnostic it is typically used to create HTML files.
**Nunjucks** is a templating language that is compiled using JavaScript.
Although language-agnostic it is typically used to create HTML files.
It allows for source code to be simplified using macros or blocks, avoiding repetition, and supports inheritance.

0 comments on commit d665eab

Please sign in to comment.