template uses freemarker
[-sharplist siteProductList as siteProduct]
<a id="goodsInfo" href="${base}/site/anon/siteIndex/goodsInfo.jhtml?siteProductId=${siteProduct.id}"
class="fullGoodsTxt [-sharpif siteProduct_index == 0]active[/-sharpif]">
<div class="fullGoodsLH">
<span>${siteProduct.prodName}</span>
</div>
<div class="fullGoodsLP">
<span>${siteProduct.prodSummary}</span>
</div>
</a>
[/-sharplist]
id
,
how to solve it.