Skip to main content
Module

x/nunjucks/mod.js>default.PrecompiledLoader

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

Constructors

new
PrecompiledLoader(compiledTemplates?: any[])