Hey,

So, I have this code:

some_name = BLOCK;

...alot of display data
.... more to display
.... don't want to display this....
.....more data to display

END;

now, I use this in numerous places BUT there is one place in which I want some 
info within that block gone.. It doesn't appear I can pass in some token a..a

[% some_name %]

[% some_name; token_to_omit =1 %]

some_name does not respect that variable "token_to_omit"

Is there a way I can use the same variable block to honor my token so that I 
can omit some of the data?

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

Reply via email to