Group variables interpolation

Yes, it will work exactly like you would suspect.

Also, in 1.2 syntax, this does work too:

msg: “{{ hello.upper() }} world!”

it would evaluate as “HELLO world!”

Both forms are recursive.

The one catch with the new 1.2 form is that the entire string must evaluate, so if you have an error and see something not evaluating, that is probably why.