forgejo/modules/templates
wxiaoguang a370efc13f
Use template context function for avatar rendering (#26385)
Introduce `AvatarUtils`, no need to pass `$.Context` to every
sub-template, and simplify the template helper functions.
2023-08-10 11:19:39 +08:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper.go Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
helper_test.go
htmlrenderer.go Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
htmlrenderer_test.go
mailer.go
static.go
templates_bindata.go
util_avatar.go Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
util_dict.go
util_json.go
util_misc.go Refactor "editorconfig" (#26391) 2023-08-08 10:44:19 +00:00
util_render.go
util_render_test.go
util_slice.go
util_string.go
util_test.go