Skip to main content
Module

x/nunjucks/mod.js>default.Environment#getTemplate

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

Parameters

name: string
optional
eagerCompile: boolean

Parameters

name: string
optional
eagerCompile: boolean
optional
callback: Callback<Error, Template>