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

404

ʕノ•ᴥ•ʔノ ︵ ┻━┻

} }