This library is awesome, it's simple but powerful. But I'd like to ask for a little bit. about mathematical calculations data: ``` [ "money" => 1000, "tax" => 70, ]; ``` template: ``` Money with tax: {= money + tax | number_format } ``` expect: ``` Money with tax: 1,070 ```
This library is awesome, it's simple but powerful. But I'd like to ask for a little bit. about mathematical calculations
data:
template:
expect: