{% extends "temp1/basepage.html"%} {% block title%} 首页 {% endblock %} {% block content %}
{% if articleList %} {% for articleInfo in articleList%}
{{articleInfo.content}}
{{articleInfo.user_name}}  ┆  {{articleInfo.createTime}}  ┆  阅读({{articleInfo.views}})  ┆  评论({{articleInfo.comments}})  ┆  支持({{articleInfo.goods}})  ┆  反对({{articleInfo.bads}}) {% if isMe%}   ┆  编辑 {% endif %}
{% endfor %} {% endif %}
{% endblock %}