From 0b7111ce7186e64f8f290d0a2d8af7f1c987850f Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 8 Feb 2024 23:49:45 -0600 Subject: Add comments rendering --- templates/comments/index.jinja | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/comments/index.jinja b/templates/comments/index.jinja index fea6edd..08f8cfb 100644 --- a/templates/comments/index.jinja +++ b/templates/comments/index.jinja @@ -1,7 +1,9 @@ -
+
{% for comment in page.items %} -
- {{ comment.content }} +
+
{% endfor %}
-- cgit v1.2.3