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.

14 lines
456 B

<div class="comment-wrapper{% if dream %} nightmare{% endif %}">
<div class="comment-info">
<img src="https://api.dicebear.com/8.x/big-smile/svg?seed={{ comment.profil.name }}" width="35px">
<span>{{ comment.profil.name }}</span>
{# <span>- {{ post.dateCreated }}</span> #}
<span>-</span>
{# <span>{{ post.createdAt }}|date('l, F j, Y')</span> #}
</div>
<div class="comment-text">
<p>{{ comment.text }}</p>
</div>
</div>