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

x/entropy/src/templates/templates.module.ts>renderTemplate

The core module of Entropy framework for Deno.
Latest
function renderTemplate
import { renderTemplate } from "https://deno.land/x/entropy@1.0.0-beta.17/src/templates/templates.module.ts";

Parameters

template: string
optional
variables: Record<string, unknown> = [UNSUPPORTED]
optional
options: TemplateCompilerOptions = [UNSUPPORTED]