package templates import "mal/web/shared/layout" templ NotFoundPage() { @layout.Layout("mal - not found", false) {

404

Page not found

The page you requested does not exist, or it was moved.

Back to catalog

} }