mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-02 01:41:10 +00:00
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