last
Last returns the last character of a string or the last element of a slice.
Last returns the last character of a string or the last element of a slice.
Input
string array
Parameters
None
Returns
string, any
Examples
{{ items | last }}
{{ name | last }}How is this guide?