round
Round a floating point value to the nearest integer.
Example:
{{ 3.5|round }}
Results in the integer value 4
.
Round a floating point value to the nearest integer.
Example:
{{ 3.5|round }}
Results in the integer value 4
.
rand Numbers round_significant
Filters transform template variables before they are rendered.