Skip to main content
Module

x/nunjucks/mod.js>default.ConfigureOptions

A powerful templating engine with inheritance, asynchronous control, and more (Jinja 2 inspired) — ❌ Deprecated: use the `npm:` specifier instead
Latest
interface default.ConfigureOptions
import { type default } from "https://deno.land/x/nunjucks@3.2.4/mod.js";
const { ConfigureOptions } = default;

Properties

optional
autoescape: boolean
optional
throwOnUndefined: boolean
optional
trimBlocks: boolean
optional
lstripBlocks: boolean
optional
noCache: boolean
optional
express: Record<string, unknown>
optional
tags: { blockStart?: string; blockEnd?: string; variableStart?: string; variableEnd?: string; commentStart?: string; commentEnd?: string; }