Skip to main content
variable applyLayouts
import { applyLayouts } from "https://deno.land/x/fresh_layout@0.0.2/mod.ts";

type

<Data = any>(page: Page<Data>, layouts: LayoutPage<Data>[]) => Page<Data>