{% load post_extras %} {% comment %} 临时禁用缓存 {% endcomment %}

{{title}}

{%for item in page_obj%} {% if item.article_img %} {% else %}
{% endif %} {% if item.product_name %} {{item.product_name|truncatechars:40}} {% else %} {{item.title|truncatechars:40}} {% endif %}
{%endfor%}