{% extends 'base.html' %} {% block container %} {% include "partial/banner.html" %} {% include "partial/crumb.html" %}

{% archiveDetail with name="Title" %}

来源:{% categoryDetail with name='Title' %} / 时间: {% archiveDetail with name="CreatedTime" format="2006-01-02" %}
{% archiveDetail articleContent with name="Content" %} {{articleContent|safe}}
{% tagList tags with limit="5" %} {% if tags %} 标签: {% for item in tags %} {{item.Title}} {% endfor %} {% endif %} {% endtagList %}
{% prevArchive prev %} {% if prev %}

上一篇: {{prev.Title}}

{% endif %} {% endprevArchive %} {% nextArchive next %} {% if next %}

下一篇: {{next.Title}}

{% endif %} {% endnextArchive %}
{% include "partial/sidebar.html" %}

相关产品

    {% archiveList products with type="list" moduleId="2" categoryId=0 limit="4" %} {% for item in products %}
  • {% endfor %} {% endarchiveList %}
{% endblock %}