{% extends 'base.html' %} {% block container %} {% include "partial/breadcrumb.html" %}
{% categoryDetail with name="Title" %}
{% archiveDetail with name='Title' %}

{% archiveDetail with name="Title" %}

{% archiveDetail with name="Description" %}

{% archiveDetail productContent with name="Content" %} {{productContent|safe}}

相关案例

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

相关文章

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

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