I am building an HTML email template to display a variety of statistics. The statistics are in different formats such as percents and currency values. Is it possible to format a decimal as a percent in an HTML Template?
Decimal Example:
Value: .9856
Display Value (in template): 98.56%
Currency Example:
Value: 4578.19
Display Value (in template): $4,578.19
Based on your provided documentation, the only way to format numbers appears to be as a decimal or integer. Are there other formats that are acceptable?