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

x/karacho/main.ts>ifHelper

Blazing away at full speed! Small and fast template engine similar to mustache and handlebars. It's using an AST to execute the template. No generated code, no eval, no unsafe code.A template engine similar to mustache and handlebars, but slightly different
Latest
function ifHelper
import { ifHelper } from "https://deno.land/x/karacho@v1.0.25/main.ts";

Parameters

this: Karacho
data: Record<string, unknown>
subAst: ASTNode[]