if I have a variable in the context of unknown length, for example; list=[{\'key\':\'A\'},{\'key\':\'B\'},{\'key\':\'C\'}]
list=[{\'key\':\'A\'},{\'key\':\'B\'},{\'key\':\'C\'}]
How can I get the last ob
without with, will be:
{% set last = list|last %} {{ last.key }}