{% endfor %}
{% endif %}
{% if module_enabled("comments") and (post.comment_count > 0 or post.commentable) %}
{{ "Comments" | translate }}
{% for comment in post.comments %}
{% include "content" ~ DIR ~ "comment.twig" %}
{% endfor %}
{# Needed for AJAX commenting. #}
{% if post.commentable %}
{% include "forms" ~ DIR ~ "comment" ~ DIR ~ "new.twig" %}