Skip to content
#

Nunjucks

nunjucks logo

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.

Here are 33 public repositories matching this topic...

This laboratory is my testing and experimentation with the templating engine such as Nunjucks and Handlebars. For this project, I have used NX for creating the workspace and Express for creating the api. The two engine will be connected to my API using middlewares. I tried this two templating for testing if there were any difference between the two

  • Updated Oct 15, 2022
  • TypeScript