diff --git a/error.templ b/error.templ index 0a9dcc2..e130ea9 100644 --- a/error.templ +++ b/error.templ @@ -63,7 +63,9 @@ templ errorTemplate(params ErrorPageParams) { >Go to the homepage if params.Clients != nil { - @clientsTemplate(params.Clients) +
+ @clientsTemplate(params.Clients) +
}