百度智能云产品
<% target: TPL_banner %>
<% for: #{bannerData} as #{item} %>
#{item.name}
<% for: #{item.list} as #{linkItem} %>
#{linkItem.title}
<% /for %>
<% /for %>
<% target: TPL_module_nav %>
<% for: #{newProductsList} as #{nav}, #{i} %>
#{nav.category}
<% /for %>
<% target: TPL_products_content %> <% for: #{newProductsList} as #{categories}, #{index} %>
#{categories.category}
<% for: #{categories.list} as #{cateItem}, #{cateIndex} %>
#{cateItem.type}
<% /for %>
<% for: #{categories.list} as #{cateItem}, #{cateIndex} %>
<% for: #{cateItem.products} as #{product} %>
#{product.name}
#{product.desc | raw}
<% /for %>
<% /for %>
<% /for %>