{% 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%}