package templates import "website/internal/config" templ NotFound(config config.Config, path string) { @Page(config, PageSettings{ Title: "Not Found", Path: path, }) {

404

ʕノ•ᴥ•ʔノ ︵ ┻━┻

} }