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