Is there an idiom in StringTemplate for apply a fold operation over a list? Let's say I have ["f", "g"]. I'd like to generate f(g()). I'm not seeing how to make use of the map operation to accumulate results recursively into a list to generate the fold operation. Any ideas? thanks, wes