This is just some housekeeping...
For example, in tpl/urls/init.go, add these:
ns.AddMethodMapping(ctx.PathEscape,
nil,
[][2]string{},
)
ns.AddMethodMapping(ctx.PathUnescape,
nil,
[][2]string{},
)
We're not using the corresponding docs.yaml entries yet, but we may need them later (and I need them now).