aboutsummaryrefslogtreecommitdiff
path: root/zig-comments/src/templates/comments.html
diff options
context:
space:
mode:
Diffstat (limited to 'zig-comments/src/templates/comments.html')
-rw-r--r--zig-comments/src/templates/comments.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/zig-comments/src/templates/comments.html b/zig-comments/src/templates/comments.html
index a1d8b76..e2fc6da 100644
--- a/zig-comments/src/templates/comments.html
+++ b/zig-comments/src/templates/comments.html
@@ -1,9 +1,9 @@
<ul class="comments">
-{{ #comments }}
+{{#comments}}
<li class="comment">
- <span class="comment author">{{ author }}</span>
- <p class="comment content">{{ comment }}</p>
- <span class="comment timestamp">{{ ts }}</span>
+ <span class="comment author">{{author}}</span>
+ <p class="comment content">{{comment}}</p>
+ <span class="comment timestamp">{{ts}}</span>
</li>
-{{ /comments }}
+{{/comments}}
</ul>