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