diff --git a/internal/context/context.go b/internal/context/context.go index 750132553..ab7d3ef17 100644 --- a/internal/context/context.go +++ b/internal/context/context.go @@ -301,7 +301,7 @@ func Contexter(store Store) flamego.Handler { flash = f } } - + c := &Context{ Context: fctx, Template: tpl,