Cache Key Gen

This commit is contained in:
Simon Martens
2025-04-14 13:26:19 +02:00
parent 31d40c1ce1
commit 113a084f50
4 changed files with 14 additions and 5 deletions

View File

@@ -189,7 +189,7 @@ func (e *Engine) AddFuncs(funcs template.FuncMap) {
}
func (e *Engine) Render(out io.Writer, path string, data any, layout ...string) error {
slog.Debug("Rendering", "path", path, "layout", layout, "data", data)
// slog.Debug("Rendering", "path", path, "layout", layout, "data", data)
e.mu.RLock()
ld := data.(fiber.Map)
if e.GlobalData != nil {