/nunjucks-deno

A powerful templating engine with inheritance, asynchronous control, and more (Jinja 2 inspired) — 🦕 Deno version

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Nunjucks for Deno

deno.land License

Nunjucks is a full-featured templating engine for JavaScript. It’s heavily inspired by Jinja 2. View the docs.

🦕 This is a port of Nunjucks for Deno.

Usage

Import the module:

import nunjucks from "https://deno.land/x/nunjucks@3.2.3-2/mod.js";