Skip to main content
method Liquid.prototype.express
import { Liquid } from "https://deno.land/x/shop@0.0.1/deps.ts";

Returns

(
this: any,
filePath: string,
ctx: object,
callback: (err: Error | null, rendered: string) => void,
) => void