Skip to main content
Module

x/nunjucks/mod.js>default.ILoader

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

Properties

optional
async: boolean | undefined

Methods

getSource(name: string): LoaderSource
getSource(name: string, callback: Callback<Error, LoaderSource>): void