1
我從樹枝開始,我有一個小問題。我無法弄清楚如何解決它。我想檢查變量是否爲空來設置標題頁。我也嘗試過「不爲空」。不可能訪問屬性錯誤
{% if item is not empty %}
{% block title "Item " ~ item.name %}
{% endif %}
當存在一個Item對象時,它可以工作,但是當它爲null時不起作用。爲什麼它不起作用?我得到這個錯誤
Impossible to access an attribute ("name") on a NULL variable ("")