如何将文件系统 Python 文件中的值列表放入 TAL Portlet(由 提供collective.portlet.tal
)?
我的 TAL 代码如下所示:
<div tal:define="address_view context/@@address_view" >
<span tal:define="global li address_view/createPictMenu">
<span tal:re?lace="structure python:li[3]" />
</span>
</div>
当我尝试运行代码时出现Invalid variable name li
错误。什么是正确的语法?