{% extends "./inc_base.html" %} {% block style %} {%if category.pid !=0%} {%column data="column",pid=category.pid%} {%else%} {%column data="column",cid=category.id%} {%endif%} {% endblock %} {% block content %} {%if column|length>0%} {{category.title}} {%endif%} 首页 {%for val in breadcrumb %} {{val.title}} {%if column|length==0%} {{info.title}} {%endif%} {% endfor %} {%if column|length >0%} 全部 {%for val in column%} {{val.name}} {%endfor%} {%endif%} {{pinfo.title}} {%for val in ptree2%} {{val.title}} {% if val.children%} {%for v in val.children%} {{v.title}} {%endfor%} {%endif%} {%endfor%} CmsWing {{info.title}} {{content(pagehook)}} {% rkeywords data ="tags",type="0",mod_id=info.model_id,id=info.id%} {%if tags%} {%endif%} {{HOOK@documentDetailAfter|safe}} {% endblock %} {% block script %} {% endblock %}