<% for: #{data} as #{tags} %>
<% for: #{tags.content} as #{item}, #{index} %>
<% if: #{item.products.length} %>
分类:
- 全部
<% for: #{item.products} as #{proItem} %>
-
#{proItem.name}
<% if: #{proItem.hotTag} %>
#{proItem.hotTag}
<% /if %>
<% /for %>
<% for: #{item.products} as #{product}, #{index} %>
<% if: #{product.products.length} %>
系列:
- 全部
<% for: #{product.products} as #{thirdItem} %>
-
#{thirdItem.name}
<% if: #{thirdItem.hotTag} %>
#{thirdItem.hotTag}
<% /if %>
<% /for %>
<% /if %>
<% /for %>
<% /if %>
<% /for %>
<% /for %>
<% target: TPL_course %>
<% for: #{data} as #{course} %>