--- title: collections.After description: Slices an array to the items after the Nth item. categories: [] keywords: [] action: aliases: [after] related: - functions/collections/First - functions/collections/Last returnType: any signatures: [collections.After INDEX COLLECTION] aliases: [/functions/after] --- The following shows `after` being used in conjunction with the [`slice`]function: ```go-html-template {{ $data := slice "one" "two" "three" "four" }}
{{ .Description }}
{{ end }}{{ .Description }}