{% extends "basepage.html" %} {% block title %}{{ articleInfo.title }}{% endblock %} {% block container %}
{% if message%} {{message}} {% endif %}

{{title}}

{{content}}
支持({{articleInfo.goods}})  ┆  反对({{articleInfo.bads}})
{{articleInfo.createTime}}  ┆  阅读({{articleInfo.views}})  ┆  评论({{articleInfo.comments}})  ┆  编辑
{% endblock%}