@if d.CurCate{
@if d.CurCate.Title == "客户案例"{
@var m is d.CateMod("procate"){
客户案例
@}
@}
@if d.CurCate{
@if d.CurCate.Title != "客户案例"{
项目产品
@}
@}
-
@for n in m.Items{
@}
@{d.CurProduct.Title}
@{d.CurProduct.Body}
下一个: @if d.CurProduct.Next{ @{d.CurProduct.Next.Text} }else{ 没有了 @}
上一个: @if d.CurProduct.Prev{ @{d.CurProduct.Prev.Text} }else{ 没有了 @}