Runjucks
    Preparing search index...

    Interface ConfigureOptions

    interface ConfigureOptions {
        autoescape?: string | number | boolean | null;
        dev?: boolean;
        lstripBlocks?: boolean;
        tags?: TagsOptions;
        throwOnUndefined?: boolean;
        trimBlocks?: boolean;
    }
    Index

    Properties

    autoescape?: string | number | boolean | null

    Nunjucks accepts truthy/falsy values; normalized to a Rust bool for the engine (see coerce_autoescape_value).

    dev?: boolean
    lstripBlocks?: boolean
    throwOnUndefined?: boolean
    trimBlocks?: boolean