class EtaEngine
implements Engine
import { EtaEngine } from "https://deno.land/x/lume@v2.3.0/plugins/eta.ts";
Template engine to render Eta files
Constructors
Methods
deleteCache(file: string): void
getTemplate()
content: string,
filename: string,
async?: boolean,
render()
content: string,
data: Record<string, unknown>,
filename: string,
renderComponent(): string
content: string,
data: Record<string, unknown>,
filename: string,