import { layout } from './layout.ts'; export function notFoundPage(): string { return layout('Not found', `

404 — Not found

The page or file you requested does not exist.

Go home

`); }