{% archiveDetail with name="Title" %}
来源:{% categoryDetail with name='Title' %} /
时间: {% archiveDetail with name="CreatedTime" format="2006-01-02" %}
{% archiveDetail articleContent with name="Content" %}
{{articleContent|safe}}
{% prevArchive prev %}
{% if prev %}
上一篇: {{prev.Title}}
{% endif %} {% endprevArchive %} {% nextArchive next %} {% if next %}下一篇: {{next.Title}}
{% endif %} {% endnextArchive %}