package utils import ( "net/http" ) func HtmxRedirect(w http.ResponseWriter, url string) { w.Header().Add("HX-Redirect", "/") }