Custom HTML in Coaches and Coach Views
I came across the following information about Custom HTML in my recent travels...
It’s almost as if {{…}} is the equivalent of <#=…#> before v8.x of IBM BPM. You should probably be cautious of your use of {{…}} but there will be times that it will make it simpler to do something simple.
It’s a little frustrating that you can’t do something like {{tw.resource.MyBundle.MyResource}} in a Coach View (it will work fine in a Coach). I like to use Resource Bundles and I like to use Coach Views, it would be nice if they worked a little better together.