# `@11ty/nunjucks`

A temporary fork of Mozilla `nunjucks` with the following changes:

- Dependency simplification:
  - Removes precompile CLI (`commander` dependency)
  - Removes `watch` option (`chokidar` dependency)
  - Node 20+ minimum

[Nunjucks](https://mozilla.github.io/nunjucks/) is a full featured
templating engine for javascript. It is heavily inspired by
[jinja2](https://jinja.palletsprojects.com/). View the docs
[here](https://mozilla.github.io/nunjucks/).

## Installation

`npm install @11ty/nunjucks`

(View the [CHANGELOG](https://github.com/mozilla/nunjucks/releases))

## Documentation

Nunjucks info and documentation source is in [`/docs`](/docs) and publishes to https://mozilla.github.io/nunjucks/

## Browser Support

Supported in all modern browsers.

## Tests

Run the tests with `npm test`.

## Get in touch

If you have ideas or questions, or need help, you can reach us in the [#nunjucks:mozilla.org](https://matrix.to/#/#nunjucks:mozilla.org) room on [Matrix](https://wiki.mozilla.org/Matrix).

## Want to help?

Contributions are always welcome! Before you submit an issue or pull request, please read our [contribution guidelines](CONTRIBUTING.md).

## Contributors

[![Contributors graph. Avatars provided by https://contrib.rocks](https://contrib.rocks/image?repo=mozilla/nunjucks)](https://github.com/mozilla/nunjucks/graphs/contributors)
