{{ post.title }} {{ _e('edit') }} By {{ post.author.name }} • {{ post.date }} {{post.content}} {% if post.comments %} comments {% for cmt in post.comments %} {% include "comment.twig" with {comment:cmt} %} {% endfor %} {% endif %} {% if post.comment_status == "closed" %} comments for this post are closed {% else %} {% include "comment-form.twig" %} {% endif %}
comments
{% for cmt in post.comments %} {% include "comment.twig" with {comment:cmt} %} {% endfor %} {% endif %}comments for this post are closed
{% else %} {% include "comment-form.twig" %} {% endif %}