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

{% archiveDetail with name="Title" %}

发布时间:{% archiveDetail with name="CreatedTime" format="2006-01-02" %} 作者:{% system with name="SiteName" %}
{% archiveDetail productContent with name="Content" %} {{productContent|safe}}

相关产品

    {% archiveList products with moduleId=2 type="list" limit="4" %} {% for inner in products %}
  • {% endfor %} {% endarchiveList %}

相关文章

    {% archiveList articles with moduleId=1 type="related" limit="10" %} {% for inner in articles %}
  • {{inner.Title}}

    {{stampToDate(inner.CreatedTime, "2006-01-02")}}
  • {% endfor %} {% endarchiveList %}
{% include "partial/sidebar.html" %}
{% endblock %}