DjacoreCMS 模板语言中常用的控制流标签有哪些?
{% if %}...{% endif %}:条件判断。{% for item in list %}...{% endfor %}:循环遍历。{% with total=price|add:tax %}...{% endwith %}:创建临时变量。
这个回答对您有帮助吗?
您的反馈将帮助我们改进内容质量
最后更新:2026-04-11 22:00