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