@ -0,0 +1,9 @@
package main
import (
"net/http"
)
func HtmxRedirect(w http.ResponseWriter, url string) {
w.Header().Add("HX-Redirect", "/")
}
The note is not visible to the blocked user.