{% extends "blog/base.html" %} {% load custom_filter %} {% block title %} 博客列表 - 烂笔头 {% endblock %} {% block content %} {% paginate article_list 8 %} {% if article_list %}

{% if category %}列表{% else %} 全部 {% endif %}   >    {{ category }} 共有文章: {{ count }}

{% else %}
暂时没有任何文章。
{% endif %} {% endblock %}