mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
8 lines
254 B
HTML
8 lines
254 B
HTML
<template name="comment_list">
|
|
<ul class="comments comment-list {{commentListClass}}" aria-live="polite">
|
|
{{#each childComments}}
|
|
{{> comment_item}}
|
|
{{/each}}
|
|
</ul>
|
|
{{> modules zone="commentThreadBottom" moduleData=this}}
|
|
</template>
|