{% extends "Skins/default/basepage.html" %} {% block title %}{{ articleInfo.title }}{% endblock %} {% block content %}
{% if message%} {{message}} {% endif %}

{{articleInfo.title}}

{{articleInfo.content|safe}}
支持({{articleInfo.goods}})  ┆  反对({{articleInfo.bads}})
{{articleInfo.username}}  ┆  {{articleInfo.createtime}}  ┆  阅读({{articleInfo.views}})  ┆  评论({{articleInfo.comments}}) {% if userInfos.isme%}   ┆  编辑 {% endif %}
{% if commentList %} {% for commentInfo in commentList %}
#{{ forloop.counter }}楼  {{commentInfo.username}} {{commentInfo.createtime|date:"Y-m-d H:i:s"}} 发表
{{commentInfo.content}}
反对 支持 回复
{% endfor %} {% endif %}
{% if articleInfo.cancomment %}
{% csrf_token %}
昵称:
评论内容  
{% else %}

作者已禁止评论

{% endif %}
{% endblock%}