{% extends "base.html" %} {% load static %} {% block title %} 文章详情:{{ article.title }} {% endblock title %} {% block style %} {% endblock style %} {% block content %}

{{ article.title }}

{{ article.summary }}

{{ article.title }}

作者: {{ article.author }} {% if user == article.author %} · 删除文章 · 编辑文章 {% endif %}   浏览:{{ article.total_views }}

{{ article.body|safe }}


{# {% if user.is_authenticated %}#} {#
#} {#
#} {# {% csrf_token %}#} {#
#} {# #} {# #} {#
#} {# {{ comment_form.media }}#} {# {{ comment_form.body }}#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {# {% else %}#} {#
#} {#
#} {# 请登录后回复#} {#
#} {#
#} {# {% endif %}#} {# {% load mptt_tags %}#} {#

共有{{ comments.count }}条评论

#} {#
#} {# #} {# {% recursetree comments %}#} {# #} {# {% with comment=node %}#} {#
#} {#
#} {#

#} {# #} {# {{ comment.user }}#} {# #} {# {% if comment.reply_to %}#} {# #} {# #} {# {{ comment.reply_to }}#} {# #} {# {% endif %}#} {#

#} {#
{{ comment.body|safe }}
#} {#
#} {# #} {# {{ comment.created|date:"Y-m-d H:i" }}#} {# #} {# #} {# {% if user.is_authenticated %}#} {# #} {# {% else %}#} {# #} {# 回复#} {# #} {# {% endif %}#} {#
#} {# #} {# #} {# {% if not comment.is_leaf_node %}#} {#
#} {# {{ children }}#} {#
#} {# {% endif %}#} {#
#} {# {% endwith %}#} {# {% endrecursetree %}#} {#
#}
{% if toc_flag %} {% endif %}
{% endblock content %} {% block script %} {% endblock script %}