Skip to main content
Module

x/denjucks/mod.d.ts>render

Deno templating engine
Latest
function render
import { render } from "https://deno.land/x/denjucks@1.1.1/mod.d.ts";

Parameters

name: string
optional
context: object

Returns

string

Parameters

name: string
optional
context: object
optional
callback: TemplateCallback<string>