summaryrefslogtreecommitdiff
path: root/templates/comments/index.jinja
blob: fea6edd9f9d8f67fb9662b37ea472abccdc5fe49 (plain)
1
2
3
4
5
6
7
<div class="comment-section">
  {% for comment in page.items %}
    <div class="comment">
      {{ comment.content }}
    </div>
  {% endfor %}
</div>