diff --git a/html/handler.go b/html/handler.go index a469fb84..51cd6d02 100644 --- a/html/handler.go +++ b/html/handler.go @@ -20,7 +20,8 @@ func MakeGet[T any](f handlerFunctionGet[T]) http.HandlerFunc { return } RenderOrError(w, resp.Template, Content[T]{ - C: resp.Content, + C: resp.Content, + URL: NewContentURL(), }) } } diff --git a/html/template/rmo/mailer.html b/html/template/rmo/mailer.html index bf20ffc3..9e0b4c91 100644 --- a/html/template/rmo/mailer.html +++ b/html/template/rmo/mailer.html @@ -126,11 +126,14 @@