{% include 'header.html' ignore missing %}
{% include 'nav.html' ignore missing %}
{% include 'left.html' ignore missing %}
{% for news in news_list %} {% endfor %}
标题 加入时间
{{news.ml_title}} {{news.add_time|date('Y-m-d')}}
    {% for product in product_list %}
  • {{product.category_name}}
  • {% endfor %}
{% for product in product_list %}
{% if product.sub %} {% for product_info in product.sub %} {% endfor %} {% endif %}
{% endfor %}
{% include 'footer.html' ignore missing %}
{% include 'footer-script.html' ignore missing %}