summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/comments/index.jinja8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/comments/index.jinja b/templates/comments/index.jinja
index e29d4d1..fea6edd 100644
--- a/templates/comments/index.jinja
+++ b/templates/comments/index.jinja
@@ -1 +1,7 @@
-<p>Thanks!</p>
+<div class="comment-section">
+ {% for comment in page.items %}
+ <div class="comment">
+ {{ comment.content }}
+ </div>
+ {% endfor %}
+</div>