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

500 internal error

; }