Vulcan/packages/telescope-comments/lib/client/templates/comment_list.html
2015-05-08 11:00:15 +09:00

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>