{% archiveDetail with name="Title" %}
{% archiveParams params %}{{item.Name}} | {{item.Value}} |
{% archiveDetail readLevel with name="ReadLevel" %}
{% if readLevel > 0 and userGroup.Level < readLevel %}
该文档需要等级 {{readLevel}} 以上才能阅读,点击马上升级VIP
{% else %}
{% archiveDetail articleContent with name="Content" %}
{{articleContent|safe}}
{% endif %}
最新资讯
{% archiveList popularArticles with type="list" order="views asc" limit="10" %}
-
{% for item in popularArticles %}
-
{{item.Title}}
{% empty %}
- 无最新文章 {% endfor %}
相关资讯
{% archiveList relationList with type="related" limit="10" %}
-
{% for item in relationList %}
-
{{item.Title}}
{% endfor %}