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