{% extends 'basepage.html'%} {% block container %}
{% if articleList %} {% for articleInfo in articleList%}
{{articleInfo.summary}}
{{articleInfo.user_name}}  ┆  {{articleInfo.createTime}}  ┆  阅读({{articleInfo.views}})  ┆  评论({{articleInfo.comments}})  ┆  支持({{articleInfo.goods}})  ┆  反对({{articleInfo.bads}})
{% endfor %} {% endif %}

最新用户

阅读排行

评论排行

最新发表

{% endblock %}