Title: Message
I'm trying to list the keys of the template special variable, and this kind of thing doesn't work:
 
template.keys
template.list
var.import(template)
 
The template special variable doesn't seem to exist as a normal hash variable unless one of its keys are accessed directly, i.e. template.name.
 
Now, I can always hard code the name and modtime:
 
[% templatevar = { name = template.name, modtime = template.modtime } %]
 
But I'd like to be able to list the META tags as well. Is there any way to do it?
 
- Mark.

--
Mark Thomas                    Thomas.Mark@bls.gov
Internet Systems Architect     DigitalNet, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
 

Reply via email to