(1):商品列表標簽#product_list參數有
productCategoryId:商品分類ID(必傳) (Int)
start:起始位置(Int)
count:數量 (Int)
(2):返回變量對象
products:商品列表
```
#product_list(productCategoryId="1")
#for(product: products)
<li><s></s><a class="select" href="#(product.path)">#(product.name)</a></li>
#end
#end
```