>>>>> "Alan" == Alan Mead <[EMAIL PROTECTED]> writes:

Alan> [EMAIL PROTECTED] templates]$ more src/index.html
Alan> [% META title = site.name
Alan>         about = ''
Alan>         type = 'mainpage'
Alan> %]

META is done at template compilation time, not runtime, so it can't
see anything in wrappers or preprocesses.  Use META for things
that are abstract about a page, not calculations you want to make
while running a page.  It's meta-data!

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

Reply via email to