Vulcan/client/views/comments/comment_list.html
2015-04-13 16:29:33 +09:00

10 lines
266 B
HTML

<template name="comment_list">
<ul class="comments comment-list" aria-live="polite">
{{#each child_comments}}
{{> comment_item}}
{{/each}}
</ul>
{{#each threadModules}}
{{> Template.dynamic template=template data=..}}
{{/each}}
</template>