In Template Toolkit, any hash key starting with an underscore is hidden from the template. Is there any way to turn this off?

I have a data set where one set of keys is single characters, including underscore. It would be difficult to change the key values, because there's lots of other code using it.

The only alternatives I can see are coding up special functions that transform the keys for the template, or somehow fudging an additional entry in the hash with a pseudo-key. Turning off TTs 'secret key' code seems like a much nicer option, if it can be done.

Thanks, Dave


_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to