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

创建短路径

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