Toggle navigation
博客园
随笔
新闻
博客
{% if request.user.is_authenticated %}
{{ request.user.username }}
用户操作
修改密码
修改头像
查看资料
注销
{% else %}
登录
注册
{% endif %}
Panel heading without title
Panel content
Panel heading without title
Panel content
Panel heading without title
Panel content
{% for article in article_list %}
{{ article.title }}
{{ article.desc }}
{{ article.user.username }}
发布于 {{ article.create_time|date:"Y-m-d H:i" }}
评论({{ article.comment_count }})
赞({{ article.up_count }})
{% endfor %}
Panel heading without title
Panel content
Panel heading without title
Panel content