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

7 lines
229 B
Twig
Raw Normal View History

{% set comments = profile.profileComments.comments %}
{% set commentsCategory = 'profile-' ~ profile.id %}
2016-01-26 18:09:18 +00:00
<div class="new-profile-mode-title">
<h1 class="stylised">Comments</h1>
</div>
2016-01-04 20:14:09 +00:00
{% include 'elements/comments.twig' %}