0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 21:00:03 +01:00
gitea/modules/templates
wxiaoguang 31bb9f3247
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
2024-02-18 10:52:02 +01:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper_test.go Refactor more code in templates (#29236) 2024-02-18 10:52:02 +01:00
helper.go Refactor more code in templates (#29236) 2024-02-18 10:52:02 +01:00
htmlrenderer_test.go
htmlrenderer.go
mailer.go
static.go
templates_bindata.go
util_avatar.go
util_dict.go
util_json.go
util_misc.go
util_render_test.go
util_render.go
util_slice.go
util_string.go
util_test.go