This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/views/yuuno/profile/comments.twig

7 lines
210 B
Twig
Raw Normal View History

{% set comments = profile.profileComments %}
{% set commentsCategory = 'profile-' ~ profile.id %}
<div class="new-profile-mode-title">
2016-11-08 19:56:37 +00:00
<h1>Comments</h1>
</div>
2017-03-23 15:01:53 +00:00
{% include '@yuuno/elements/comments.twig' %}