{% extends "./inc_base.html" %} {% block style %} {% endblock %} {% block content %} 首页 {%for val in breadcrumb %} {{val.title}} {% endfor %} {{pinfo.title}} {{info.title}} {{pinfo.title}} {%for val in ptree%} {{val.title}} {%endfor%} {{info.title}} {%set p = 1%} {%for val in info.content%} {{val|safe}} {% set p = p+1%} {%endfor%} {%if info.content|length >1%} {%set o = 1%} {%for val in info.content%} {{o}} {% set o = o+1%} {%endfor%} {%endif%} {% rkeywords data ="tags",type="0",mod_id=info.model_id,id=info.id%} {%if tags%} {%endif%} {{HOOK@documentDetailAfter|safe}} {% endblock %} {% block script %} {% endblock %}