In Template Toolkit, if I have the following variable containing a hashref:
[% artist = { \'life-span\' => \'1975 to 1987\', } %]
You can use the item vmethod: [% artist.item('life-span') %].
[% artist.item('life-span') %]