import { type LayoutProps } from "https://deno.land/x/fastro@v0.88.1/http/server/types.ts";
Defines the props of the page layout
definition: { children: ComponentChildren; data: T; nonce: string; }
import { type LayoutProps } from "https://deno.land/x/fastro@v0.88.1/http/server/types.ts";
Defines the props of the page layout