It's a normal question. we have a wrapper.html contains:
<title>[% title || c.config.name %]</title>
how to set this "title"? I use [% META title = , but META cann't be a var like forum.name. my problem is how can I set this "title" as forum.name. ( I tried set $c->stash->{title} = $forum->name , it doesn't help)

thanks very much.

--
Fayland Lam // http://www.fayland.org/

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

Reply via email to