gitea/templates/org
wxiaoguang 36c0840cf1
Merge template functions "dict/Dict/mergeinto" ()
One of the steps in 


Before there were 3 different but similar functions: dict/Dict/mergeinto

The code was just copied & pasted, no test.

This PR defines a new stable `dict` function, it covers all the 3 old
functions behaviors, only +160 -171


Future developers do not need to think about or guess the different dict
functions, just use one: `dict`

Why use `dict` but not `Dict`? Because there are far more `dict` than
`Dict` in code already ......
..
member Org pages style fixes ()
projects Add main landmark to templates and adjust titles ()
settings Remove incorrect HTML self close tag ()
team Merge template functions "dict/Dict/mergeinto" ()
create.tmpl Remove incorrect HTML self close tag ()
header.tmpl Add context cache as a request level cache ()
home.tmpl Org pages style fixes ()
menu.tmpl Add missing tabs to org projects page ()