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

{{title}}

{{articleInfo.content|safe}}
支持({{articleInfo.goods}})  ┆  反对({{articleInfo.bads}})
{{articleInfo.username}}  ┆  {{articleInfo.createtime}}  ┆  阅读({{articleInfo.views}})  ┆  评论({{articleInfo.comments}}) {% if userInfos.isme%}   ┆  编辑 {% endif %}
{% csrf_token %}
用户名
内容
{% if commentList %} {% for commentInfo in commentList %}
{{commentInfo.username}} {{commentInfo.createtime}} 发表
{{commentInfo.content}}
支持 支持 支持
{% endfor %} {% endif %}
{% endblock%}