More information [出错了,请联系网站管理员]
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> type [in template "tpl/html/20251208/1740567390191673/en/inc/left-products.html" at line 18, column 32]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${type.typeName} [in template "tpl/html/20251208/1740567390191673/en/inc/left-products.html" at line 18, column 30]
- Reached through: #include "left-products.html" [in template "tpl/html/20251208/1740567390191673/en/inc/header.html" at line 30, column 7]
- Reached through: #include "inc/header.html" [in template "tpl/html/20251208/1740567390191673/en/products.html" at line 13, column 1]
----