{% column data="clist",tree=breadcrumb[0].id %} {%if clist%}

{{breadcrumb[0].title}}分类

{%endif%}
{% topic data = "hotlist",limit= "5",cid=category.id,type="hot",cache="1000"%} {%for v in hotlist%}
{%if v.cover_id%} {%endif%}
{{v.title}} {{v.create_time|moment('YYYY-MM-DD HH:mm')}}
{%endfor%}
{% topic data = "newlist",limit= "5",cid=category.id,cache="1000"%} {%for v in newlist%}
{%if v.cover_id%} {%endif%}
{{v.title}} {{v.create_time|moment('YYYY-MM-DD HH:mm')}}
{%endfor%}
更多

话题

{% keywords data ="kws",type="hot",cache="1000"%} {%for key in kws%} {{key.keyname}} {{key.videonum}} {%endfor%}