import { Environment } from "https://deno.land/x/lume@v1.18.4/deps/vento.ts";
Methods
compile(): Template
source: string,
path?: string,
defaults?: Record<string, unknown>,
compileFilters(tokens: Token[], output: string)
compileTokens(): string[]
load(file: string, from?: string): Promise<Template>
run(): Promise<string>
file: string,
data: Record<string, unknown>,
from?: string,
runString(): Promise<string>
source: string,
data?: Record<string, unknown>,
file?: string,
use(plugin: Plugin)