You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to find a way to make `now` only capture the value once but
not seeing a good way to do that. If this was being processed at a
higher level, then we could have the user set it in the `Context`. A
`lazy_static` wouldn't work because the process could be long running,
serving multiple templates.
Fixes#181
0 commit comments