{% set posts = __SELF__.posts %}
{% if(__SELF__.count) > 0 %}

{{ __SELF__.count }} Comments

{% endif %} {% if(user or __SELF__.settings.allow_guest) %} {% partial "commentsPost::form" %} {% endif %}