{% extends 'blog_base.html' %} {% load staticfiles %} {% block custom_css %} {% endblock %} {% block container %}
{% for article in articles.object_list %}

{{ article.title }}

发布时间:{{ article.created_time }} 浏览({{ article.read }}) 评论({{ article.get_comment_num }}) 分类:{{ article.get_categories }} 标签:{{ article.get_tag }}
{% endfor %}
{% endblock %} {% block custom_js %} {% endblock %}