class EtaEngine
implements Engine
import { EtaEngine } from "https://deno.land/x/lume@v1.19.1/plugins/eta.ts";
Template engine to render Eta files
Constructors
new
EtaEngine(engine: Eta, basePath: string)Methods
deleteCache(file: string): void
getTemplate()
content: string,
filename: string,
async?: boolean,
renderSync(): string