8 lines
256 B
HTML
8 lines
256 B
HTML
|
<ul class="list reply-list test-reply-list">
|
||
|
{{range $comment := .PinnedComments}}
|
||
|
{{template "render_comment.html" $comment}}
|
||
|
{{end}}
|
||
|
{{range $comment := .Comments}}
|
||
|
{{template "render_comment.html" $comment}}
|
||
|
{{end}}
|
||
|
</ul>
|