+ + {% if search_query %} +
+ 搜索 "{{ search_query }}" 找到 {{ page_obj.paginator.count }} 篇文章 + 清除搜索 +
+ {% endif %} + + +
+ + + + + + +
- - {% if search_query %} -
- 搜索 "{{ search_query }}" 找到 {{ page_obj.paginator.count }} 篇文章 - 清除搜索 -
- {% endif %} +
    + {% for article in page_obj %} +
  • + + {{ article.title }} +
    ({{ article.website.name }} - {{ article.created_at|date:"Y-m-d" }})
    +
  • + {% empty %} +
  • 暂无文章
  • + {% endfor %} +
-
    - {% for article in page_obj %} -
  • - {{ article.title }} -
    ({{ article.website.name }} - {{ article.created_at|date:"Y-m-d" }})
    -
  • - {% empty %} -
  • 暂无文章
  • - {% endfor %} -
+