import { type LayoutProps } from "https://deno.land/x/fastro@v0.89.2/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.89.2/http/server/types.ts";
Defines the props of the page layout