forgejo/modules/templates
wxiaoguang 81925ebb0c
Refactor more code in templates (#29236)
Follow #29165.

* Introduce JSONTemplate to help to render JSON templates
* Introduce JSEscapeSafe for templates. Now only use `{{ ... |
JSEscape}}` instead of `{{ ... | JSEscape | Safe}}`
* Simplify "UserLocationMapURL" useage

(cherry picked from commit 31bb9f3247388b993c61a10190cfd512408ce57e)
2024-02-19 22:58:32 +01:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper.go Refactor more code in templates (#29236) 2024-02-19 22:58:32 +01:00
helper_test.go Refactor more code in templates (#29236) 2024-02-19 22:58:32 +01:00
htmlrenderer.go
htmlrenderer_test.go
mailer.go
static.go
templates_bindata.go
util_avatar.go Fix default avatar image size in PR diff page (#28971) 2024-02-02 10:01:11 +00:00
util_dict.go
util_json.go
util_misc.go
util_render.go
util_render_test.go
util_slice.go
util_string.go templates: HasPrefix support for template.HTML 2024-02-16 15:20:52 +01:00
util_string_test.go templates: HasPrefix support for template.HTML 2024-02-16 15:20:52 +01:00
util_test.go