{% load staticfiles %}
个人博客
{% for cat in categories %} {% if category.id == cat.id %}
{{ cat.title }}
{% else %}
{{ cat.title }}
{% endif %} {% endfor %}
[[username]]
写文章
退出登录
登录
{{ article.title }}
作者:
{{ article.author.username }}
浏览:{{ article.total_views }}
{{ article.content|safe }}
请
登录
后回复
{% csrf_token %}
我也要发言:
发送
共有{{ total_count }}条评论
{% for comment in comments %}
{{ comment.user.username }}
{{ comment.created|date:'Y-m-d H:i' }}
{{ comment.content|safe }}
{% endfor %}