{% extends "./inc_base.html" %} {% block style %} {% endblock %} {% block content %} {%set cate = category.id|get_cate()%}
    {%for k in list.data%}
  • {%if k.pic%} {%else%} {%endif%}
    {{k.keyname}} {{k.videonum}} 个内容 {{k.focus_count}} 个关注

    7 天新增 {{k.discuss_count_last_week}} 个内容, 30 天新增 {{k.discuss_count_last_month}} 个内容

  • {%endfor%}
{% endblock %}