Hi Summer - 

> [% some_name; token_to_omit =1 %]
> 
> some_name does not respect that variable "token_to_omit"

Did you try:

[% PROCESS some_name token_to_omit=1 %]

(No semicolon after "some_name".)

http://www.template-toolkit.org/docs/manual/Directives.html#section_BLOCK


HTH,
Larry

_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to