Skip to main content
Module

x/handlebars/mod.ts>HandlebarsConfig

Handlebars template engine for Deno
Latest
interface HandlebarsConfig
import { type HandlebarsConfig } from "https://deno.land/x/handlebars@v0.10.0/mod.ts";

Properties

baseDir: string
extname: string
layoutsDir: string
partialsDir: string
optional
cachePartials: boolean
defaultLayout: string
helpers: any
compilerOptions: any