import { ErrorPageProps } from "$fresh/server.ts"; export default function Error500Page({ error }: ErrorPageProps) { return

500 internal error: {(error as Error).message}

; }