3
获取Jinja2模板中列表的长度
如何获得jinja2模板中列表中的元素数? 例如,在Python中: print(template.render(products=[???])) 和在jinja2 <span>You have {{what goes here?}} products</span>
Jinja2是用于Python的快速模板引擎。它具有完整的Unicode支持,自动转义,继承,宏和许多其他功能。