mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
9 lines
220 B
HTML
9 lines
220 B
HTML
![]() |
<template name="postCommenters">
|
||
|
<div class="post-commenters">
|
||
|
{{#each commenters}}
|
||
|
<a href="{{profileUrl this}}">
|
||
|
{{> avatar userId=this shape="circle"}}
|
||
|
</a>
|
||
|
{{/each}}
|
||
|
</div>
|
||
|
</template>
|