Goddard Lee wrote:
> Neither [% INCLUDE obj.field %] [% INCLUDE ${obj.field} %] seems to

Any of the following:

  [% INCLUDE $obj.field %]
  [% INCLUDE "$obj.field" %]
  [% INCLUDE "${obj.field}" %]

HTH
A


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

Reply via email to