The floor filter rounds a variable down to the next lowest integer value. This is useful when you need to ensure a number is always rounded down to the nearest whole number, regardless of its decimal portion. The filter requires no additional parameters beyond the variable being processed.
@{ variable | floor }