Vulcan/client/views/comments/comment_list.html
2014-07-05 16:21:28 +09:00

7 lines
176 B
HTML

<template name="comment_list">
<ul class="comments comment-list">
{{#each child_comments}}
{{> UI.dynamic template=comment_item}}
{{/each}}
</ul>
</template>