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