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/templates/yuuno/profile/comments.twig
2016-03-28 16:47:43 +02:00

7 lines
220 B
Twig

{% set comments = profile.profileComments %}
{% set commentsCategory = 'profile-' ~ profile.id %}
<div class="new-profile-mode-title">
<h1 class="stylised">Comments</h1>
</div>
{% include 'elements/comments.twig' %}