class LiquidEngine
implements Engine
import { LiquidEngine } from "https://deno.land/x/lume@v2.2.4/plugins/liquid.ts";
Template engine to render Liquid files
Constructors
Methods
deleteCache(file: string): void
getTemplate(content: string, filename: string): Template[]
render()
content: string,
data?: Record<string, unknown>,
filename?: string,
renderComponent()
content: string,
data?: Record<string, unknown>,
filename?: string,