{{ comment.author.name }} says
{{ comment.content|wpautop }}
{% include 'partials/comment-form.twig' %} {% if post.comments %}

replies

{% for cmt in comment.children %} {% include 'partials/comment.twig' with { comment: cmt } %} {% endfor %}
{% endif %}