Salutations,
I've been staring at this one for a while, but I can't quite seem to
pull it off.
I'd like to render a document based on the contents of a variable.
For example (simplified):
<dtml-call "REQUEST.set('foo', 'index_html')">
<dtml-var foo>
should (would? could? I'd like!) render index_html. Double
quotes don't cut it (both print the string 'index_html') :-(
Regards,
Daryl Tester