[2024-07-19](UPDATE): 模板渲染优化

This commit is contained in:
june 2024-07-19 18:41:02 +08:00
parent 65a1d849b6
commit 6618c0b6c2

View File

@ -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)
}
}