Skip to main content
Module

x/nunjucks/mod.js>default.Extension

A powerful templating engine with inheritance, asynchronous control, and more (Jinja 2 inspired)
Go to Latest
interface default.Extension
import { type default } from "https://deno.land/x/nunjucks@3.2.3-2/mod.js";
const { Extension } = default;

Properties

tags: string[]

Methods

parse(
parser: any,
nodes: any,
lexer: any,
): any