Frederik Ramm wrote:
> What's a good way to do it?

Write a MACRO:

  [% MACRO dollars(amount) 
       GET amount / 100 FILTER format('%.2f') 
  -%]

  [% dollars(amount) %]

A


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

Reply via email to