for, make decisions with if, and reshape values with a set of built-in filters: abs, batch, capitalize, default, escape (and its short name e), first, format, join, keys, last, length, lower, nl2br, number_format, replace, reverse, round, striptags, title, trim, upper, and url_encode. For safety the template can only use these filters and the if and for tags.
Fields
Sample data
| Field | Value |
|---|---|
| Template | Dear {{ customer.firstName }} {{ customer.lastName }}, your order total is {{ order.total }} {{ order.currency }}. |
| Variables | customer = &{customer}, order = &{order} |
| Destination | order.confirmationMessage |