hugofunctionscollectionscollections.Slicecollections.Slice{{ $s := slice "a" "b" "c" }}{{ $s }} → [a b c] To create an empty slice: {{ $s := slice }}