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

4 lines
146 B
Twig
Raw Normal View History

{% set comments = profile.profileComments.comments %}
{% set commentsCategory = 'profile-' ~ profile.id %}
2016-01-04 20:14:09 +00:00
{% include 'elements/comments.twig' %}