class PugEngine
implements Engine
import { PugEngine } from "https://deno.land/x/lume@v2.2.4/plugins/pug.ts";
Template engine to render Pug files
Constructors
Properties
filters: Record<string, Helper>
options: PugOptions
Methods
deleteCache(): void
render(): string
content: string,
data?: Record<string, unknown>,
filename?: string,
renderComponent(): string
content: string,
data?: Record<string, unknown>,
filename?: string,