package err import "github.com/zhang2092/go-url-shortener/internal/templ/base" templ Error404() { @base.Base("404") {

404

当前短路径已经失效

} }