mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-15 06:20:23 +00:00
399 B
399 B
title, description, categories, action
| title | description | categories | action | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| math.Sum | Returns the sum of all numbers. Accepts scalars, slices, or both. |
|
{{ math.Sum 1 (slice 2 3) 4 }} → 10