package templates import "gitgud/internal/domain" templ NotFound(user *domain.User) { @Layout("Not found ยท gitgud", user) { @errorState("404", "This page doesn't exist", "The page you're looking for can't be found, or you don't have access to it.") } }