Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 218 Bytes

keys.rst

File metadata and controls

11 lines (8 loc) · 218 Bytes

keys

The keys filter returns the keys of an array. It is useful when you want to iterate over the keys of an array:

{% for key in array|keys %}
    ...
{% endfor %}