Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/nunjucks/mod.d.ts>default.Template#render

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

Parameters

optional
context: object

Returns

string

Parameters

optional
context: object
optional
callback: TemplateCallback<string>