Nunjucks for Deno
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.
Deprecated
❌ This module is deprecated. Please use the following instead:
import nunjucks from "npm:nunjucks@VERSION_NUMBER";
Usage
Import the module:
import nunjucks from "https://deno.land/x/nunjucks@3.2.4/mod.js";