{{ __SELF__.post.comments.count }} {{ 'Comment(s)'|_ }}

{% for comment in __SELF__.comments %}
{{ comment.user.login }}
{{ comment.user.login }} {{ comment.created_at|date('M d, Y') }}
{{ comment.body }}
{% endfor %}
{{ __SELF__.comments.links|raw }}