diff --git a/corelib/template.go b/corelib/template.go index 43a77d4..a4c6e60 100644 --- a/corelib/template.go +++ b/corelib/template.go @@ -41,5 +41,4 @@ func TemplateHandler(w http.ResponseWriter, data any, name string, filenames ... Logger.Errorf("Error executing template: %v", err) http.Error(w, "Error executing template", http.StatusInternalServerError) } - }