{{ article.title }} {{ article.subtitle }} {{ article.update_time}} {% for archive in article.archive %} {{ archive.name }} {% endfor %} 下载 {{ article.context | safe }}
评论 {{ form.hidden_tag() }} {{ form.context(class="form-control mb-2", rows="3") }} 确认评论? 是否确认评论?请注意网络用语文明。 评论 {% for comment in article.comment %} {% if show_delete %} 确认删除评论? 是否确认删除评论? {% endif %} {% if show_email %} {# 判断是否可读取用户信息 #} {{ comment.auth.email }} {% else %} {{ comment.auth.s_email }} {% endif %} {% if show_delete %} × {% endif %} {{ comment.update_time }} {{ comment.context.replace('\n', '') | safe }} {% endfor %}
{% if show_email %} {# 判断是否可读取用户信息 #} {{ comment.auth.email }} {% else %} {{ comment.auth.s_email }} {% endif %} {% if show_delete %} × {% endif %}
{{ comment.update_time }}
{{ comment.context.replace('\n', '
') | safe }}