Nunjucks icon
Nunjucks icon

Nunjucks

 1 like

Nunjucks is a templating engine developed by Mozilla that is primarily used for dynamically generating HTML markup in web applications. It is written in JavaScript and designed to be highly flexible and extensible.

Nunjucks screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • JavaScript
  • Node.JS
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • templating
  • javascript-template

Nunjucks News & Activities

Highlights All activities

Recent activities

Show all activities

Nunjucks information

  • Developed by

    US flagMozilla
  • Licensing

    Open Source (BSD-2-Clause) and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  8,739 Stars
  •  643 Forks
  •  342 Open Issues
  •   Updated Jun 18, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Nunjucks, and it has gotten 1 likes

Nunjucks was added to AlternativeTo by Robert Zelník on Jan 24, 2024 and this page was last updated Jan 24, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Nunjucks?

Nunjucks is a templating engine developed by Mozilla that is primarily used for dynamically generating HTML markup in web applications. It is written in JavaScript and designed to be highly flexible and extensible. Nunjucks allows developers to embed dynamic content and logic within templates by employing a syntax reminiscent of JavaScript, making it easy to integrate with client-side and server-side code. With features like template inheritance, macros, and filters, Nunjucks simplifies the process of creating modular and maintainable templates. It is often utilized in conjunction with web frameworks like Express.js for Node.js applications, enabling the separation of concerns between the presentation layer and the underlying logic, leading to more organized and scalable web development projects.

Official Links