0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-23 17:22:11 +01:00
wxiaoguang 8f00979f73
Drop "unrolled/render" package (#23965)
None of the features of `unrolled/render` package is used. 

The Golang builtin "html/template" just works well. Then we can improve
our HTML render to resolve the "$.root.locale.Tr" problem as much as
possible.

Next step: we can have a template render pool (by Clone), then we can
inject global functions with dynamic context to every `Execute` calls.
Then we can use `{{Locale.Tr ....}}` directly in all templates , no need
to pass the `$.root.locale` again and again.
2023-04-08 14:21:50 +08:00
..
2023-03-08 11:57:05 -06:00
2023-03-28 22:23:23 -04:00
2023-02-18 21:17:39 +02:00
2023-04-04 21:35:31 +08:00