Skip to main content
Module

x/karacho/main.ts>KarachoOptions

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
interface KarachoOptions
import { type KarachoOptions } from "https://deno.land/x/karacho@v1.0.25/main.ts";

Properties

escape: string
delimiters: [string, string]
rawDelimiters: [string, string]
helperDelimiters: [string, string]
partialDelimiters: [string, string]
closeDelimiters: [string, string]
commentDelimiters: [string, string]
blockCommentDelimiters: [string, string]
optional
partials: PartialNodes
optional
debug: (message: string) => void