Outputs an amount in 1/100th of monetary unit as monetary unit
{{price 2999}} -> "29.99"
{{price 3000}} -> "30"Calls Handlebars.helpers.number, so accepts the same arguments and has the same defaults, eg.
{{price 3000 format="0.00"}} -> "30.00"- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
0 |
number | Amount |