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) {

创建短路径

@templ.Raw(util.CsrfField(r))
原路径
if errorMsg != "" {
}
} }