tpl/tplimpl: Reimplement the ".Params tolower" template transformer
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 13 Aug 2018 18:50:07 +0000 (20:50 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 14 Aug 2018 15:54:48 +0000 (17:54 +0200)
commit5c5384916e8f954f3ea66148ecceb3732584588e
treeb0b4545f78d57445ebdbf33ba33b47e07a348f7f
parent56c61559b2a9f9c4cec3f6c6de9bcc5095a78b57
tpl/tplimpl: Reimplement the ".Params tolower" template transformer

All `.Params` are stored lowercase, but it should work to access them `.Page.camelCase` etc. There was, however, some holes in the logic with the old transformer.

This commit fixes that by applying a blacklist instead of the old whitelist logic. `.Param` is a very distinct key. The original case will be kept in `.Data.Params.myParam`, but other than that it will be lowercased.

Fixes #5068
tpl/tplimpl/template_ast_transformers.go
tpl/tplimpl/template_ast_transformers_test.go