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

{% archiveDetail with name="Title" %}

{% archiveDetail with name="Description" %}

联系电话:{% contact with name="Cellphone" %}
产品详情
{% archiveDetail productContent with name="Content" %} {{productContent|safe}}
{% tagList tags with limit="5" %} {% if tags %} 标签: {% for item in tags %} {{item.Title}} {% endfor %} {% endif %} {% endtagList %}
{% include "partial/sidebar.html" %}

相关产品

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