mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
7 lines
176 B
HTML
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>
|