aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/sciblog/blog_detail_comment.html
blob: 53dc07cfcae4b80a8b859bd1f351865b4fd47326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 %}