class VentoEngine
implements Engine
import { VentoEngine } from "https://deno.land/x/lume@v2.2.4/plugins/vento.ts";
Template engine to render Vento files
Constructors
new
VentoEngine(engine: Environment, includes: string)Properties
engine: Environment
Methods
deleteCache(file: string)
render()
content: string,
data?: Record<string, unknown>,
filename?: string,
renderComponent(content: string, data?: Record<string, unknown>): string