{% extends "./inc_base.html" %} {% block content %} {%set cate = category.id|get_cate()%} {%if category.pid !=0%} {%column data="column",pid=category.pid%} {%else%} {%column data="column",cid=category.id%} {%endif%}
{% include "./inc_sort.html" %}
{%if pagination%}
{{pagination | safe}}
{%endif%}
{% include "./inc_right.html"%}
{% endblock %}