package url import ( "github.com/zhang2092/go-url-shortener/internal/templ/base" "github.com/zhang2092/go-url-shortener/internal/templ/util" "net/http" ) templ CreateUrl(r *http.Request, errorMsg string) { @base.Base(r, nil, nil) {