{{ comment.author.login }} avatar
{{ comment.text|markdown('app.point.markdown_parser') }}
{% block comment_children %} {% if comment.children|length > 0 %}
{% include '@SkobkinPointTools/Post/comments_tree.html.twig' with { 'comments': comment.children } only %}
{% endif %} {% endblock %}