Vulcan/packages/nova-comments/lib/client/templates/comment_list.html
2016-02-17 14:27:27 +09:00

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>