我的博客
  • 写文章
  • 文章
  • {% if user.is_authenticated %}
  • {% if unread_count %} {% endif %} {{ user.username }}
    通知 {% if unread_count %} {{ unread_count }} {% endif %} 个人信息 退出登录 删除用户
    {% if user.is_authenticated %}
    {% csrf_token %}
    {% endif %}
  • {% else %}
  • 登录
  • {% endif %}