Vulcan/packages/telescope-comments/lib/client/templates/comment_list.html
2015-09-12 11:46:23 +09:00

8 lines
234 B
HTML

<template name="comment_list">
<ul class="comments comment-list" aria-live="polite">
{{#each child_comments}}
{{> comment_item}}
{{/each}}
</ul>
{{> modules zone="commentThreadBottom" moduleData=this}}
</template>