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

x/vento/src/loader.ts>TemplateSource

🌬 A minimal but powerful template engine
Go to Latest
interface TemplateSource
import { type TemplateSource } from "https://deno.land/x/vento@v0.6.0/src/loader.ts";

Properties

source: string
optional
data: Record<string, unknown>