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

{{title}}

{{articleInfo.content|safe}}
支持({{articleInfo.goods}})  ┆  反对({{articleInfo.bads}})
{{articleInfo.user_name}}  ┆  {{articleInfo.createTime}}  ┆  阅读({{articleInfo.views}})  ┆  评论({{articleInfo.comments}}) {% if userInfos.0%}   ┆  编辑 {% endif %}
{% endblock%}