Skip to main content
Module

x/nunjucks/mod.js>default.render

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

Parameters

name: string
optional
context: Record<string, unknown>

Returns

string

Parameters

name: string
optional
context: Record<string, unknown>
optional
callback: TemplateCallback<string>