You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
366 B
13 lines
366 B
<div class="comment-wrapper">
|
|
<div class="comment-info">
|
|
<img src="https://api.dicebear.com/8.x/big-smile/svg?seed={{ post.profil.name }}" width="50px">
|
|
<span>{{ post.profil.name }}</span>
|
|
{# <span>- {{ post.dateCreated }}</span> #}
|
|
<span>- 12 hours ago</span>
|
|
</div>
|
|
|
|
<div class="comment-text">
|
|
<p>{{ comment.text }}</p>
|
|
</div>
|
|
</div>
|