I am have a list of "Entries"
I want to get the first entry in the list's "title".
In the template I tried writing
{{ Entries|first.title }}
But it results in an error.
Is there a way to achieve this without writing a loop or doing it in the view?