{% extends "./inc_base.html" %} {% block style %} {% endblock %} {% block content %} {{info.title}} 最后更新时间: {{lastinfo.update_time|moment('lll')}} 阅读: {{info.view}} 关注: {{info.view}} 评论: {{info.view}} CmsWing 12 ThinkJS 12 js 12 分享: 阅读 关注 打赏 概要 目录 评论(0) {%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%} {%for val in ptree%} {{val.title}} {%endfor%} {%if previous.id%} ← 上一篇:{{previous.title|block(20)}} {%endif%} {%if next.id%} 下一篇:{{next.title|block(20)}} → {%endif%} {% include "./inc_right.html"%} {% endblock %} {% block script %} {% endblock %}