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