There is a problem where the data coming from the context is not put into the template correctly. template: password={{pwd}} context: {"pwd": "abc$$def"} This will result in the password being abc$def and NOT abc$$def.
There is a problem where the data coming from the context is not put into the template correctly.
template:
password={{pwd}}
context:
{"pwd": "abc$$def"}
This will result in the password being abc$def and NOT abc$$def.