Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
/ nunjucks-deno Public archive

A powerful templating engine with inheritance, asynchronous control, and more (Jinja 2 inspired) — 🦕 Deno port — ❌ Deprecated: use the `npm:` specifier instead

License

Notifications You must be signed in to change notification settings

valtlai/nunjucks-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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";

About

A powerful templating engine with inheritance, asynchronous control, and more (Jinja 2 inspired) — 🦕 Deno port — ❌ Deprecated: use the `npm:` specifier instead

Topics

Resources

License

Stars

Watchers

Forks