#include("./layout.html") #@layout() #define content()
#productPage() #for(product : productPage.list)

#(product.title ??)

#maxLength(product.text,100)

¥ #number(product.price)

#(product.sales_count ?? 0) 人已购买

#end #productPaginate() #end #end
#include("./_rightbar.html")
#end