Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 458 Bytes

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 fork of Nunjucks for Deno.

Usage

Import the module from deno.land/x:

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