- {% load_article_detail article False user %}
+{% block content %} {# 主要内容块 #}
+
{# 主要内容区域 #}
+
{# 内容区域 #}
+ {% load_article_detail article False user %} {# 加载文章详情内容 #}
- {% if article.type == 'a' %}
-
- {% if article.comment_status == "o" and OPEN_SITE_COMMENT %}
+ {% if article.comment_status == "o" and OPEN_SITE_COMMENT %} {# 如果评论开启且网站允许评论 #}
- {% include 'comments/tags/comment_list.html' %}
- {% if user.is_authenticated %}
- {% include 'comments/tags/post_comment.html' %}
- {% else %}
-
您还没有登录,请您登录后发表评论。 + href="{% url "account:login" %}?next={{ request.get_full_path }}" rel="nofollow">登录后发表评论。 {# 登录提示 #}
- {% load oauth_tags %} - {% load_oauth_applications request %} + {% load oauth_tags %} {# 加载OAuth标签 #} + {% load_oauth_applications request %} {# 加载OAuth应用 #}