I would like to access the second value of an array in Nunjucks. Is this possible? I've read through the documentation but I can't seem to work it out.
{{ array | first }}
and {{ array | last }}
work, but is it possible to do something like {{ array | second }}
?