Arithmetic operator in jsRender Template

732 Views Asked by At

Is there any other way to perform the arithmetic operation (multiplication) with in the JSRender Template

{{:Level}} * 12

1

There are 1 best solutions below

1
On

I have achieve this requirement by using code snippet like below.

{{:Level*12}}