Skip to main content
Module

x/nunjucks/mod.js>default.ConfigureOptions

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

Properties

optional
autoescape: boolean | undefined
optional
throwOnUndefined: boolean | undefined
optional
trimBlocks: boolean | undefined
optional
lstripBlocks: boolean | undefined
optional
noCache: boolean | undefined
optional
express: object | undefined
optional
tags: { blockStart?: string | undefined; blockEnd?: string | undefined; variableStart?: string | undefined; variableEnd?: string | undefined; commentStart?: string | undefined; commentEnd?: string | undefined; }