mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 17:24:43 +00:00
31bb9f3247
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