HUGO
News Docs Themes Community GitHub

collections.Slice

Returns a slice composed of the given values.

Syntax

collections.Slice [VALUE...]

Returns

any

Alias

slice
{{ $s := slice "a" "b" "c" }}
{{ $s }} → [a b c]

To create an empty slice:

{{ $s := slice }}

Last updated: January 1, 0001
Improve this page