6 lines
210 B
Twig
6 lines
210 B
Twig
{% set comments = profile.profileComments %}
|
|
{% set commentsCategory = 'profile-' ~ profile.id %}
|
|
<div class="new-profile-mode-title">
|
|
<h1>Comments</h1>
|
|
</div>
|
|
{% include '@yuuno/elements/comments.twig' %}
|