mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-04 01:20:04 +03:00
290 B
290 B
title | description | categories | params | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
math.Sum | Returns the sum of all numbers. Accepts scalars, slices, or both. |
|
{{ math.Sum 1 (slice 2 3) 4 }} → 10