gofiber/template

this is a bug

deep-project opened this issue · 3 comments

e.loaded = false

Should be
if e.reload { e.reload = false }

no it is correct, if reload is true load should be set to false just before the load command

no it is correct, if reload is true load should be set to false just before the load command

Are you sure? If e.reload is not set to false, it will always remain true, And will always be reload.

// Reload if set to true the templates are reloading on each render,

just like the reload feature requires