🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
``keys`` ======== The ``keys`` filter returns the keys of an array. It is useful when you want to iterate over the keys of an array: .. code-block:: jinja {% for key in array|keys %} ... {% endfor %}