diff options
Diffstat (limited to '97suifangqa/templates/sciblog/blog_detail_comment.html')
-rw-r--r-- | 97suifangqa/templates/sciblog/blog_detail_comment.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/97suifangqa/templates/sciblog/blog_detail_comment.html b/97suifangqa/templates/sciblog/blog_detail_comment.html new file mode 100644 index 0000000..53dc07c --- /dev/null +++ b/97suifangqa/templates/sciblog/blog_detail_comment.html @@ -0,0 +1,15 @@ +{% extends "sciblog/blog_detail.html" %} + +{% block sectionname %} +学者科学评论 +{% endblock %} + +{% block navigation %} +{% endblock %} + +{% block block_pieces %} +{% for piece in blog.konwledge_piece.comments %} +<h4>{{ piece.title }}</h4> +<p>{{ piece.content }}</p> +{% endfor %} +{% endblock %} |