math.Max
Returns the greater of all numbers. Accepts scalars, slices, or both.
Syntax
math.Max VALUE...
Returns
float64
{{ math.Max 1 (slice 2 3) 4 }} → 4
Hugo Documentation
Syntax
Returns
{{ math.Max 1 (slice 2 3) 4 }} → 4