Jinja2 for循环的索引写法

name 说明
loop.index 从1开始
loop.index0 从0开始
loop.revindex 倒序
loop.first
loop.last
loop.length
loop.cycle
loop.depth
loop.depth0