{% 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 %}
    {%for val in ptree2%}
  • {{val.title}} {% if val.children%} {%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 %}