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

{{ __SELF__.count }} Comments

{% endif %}
{% partial "comments::list" posts=posts %}
{% partial "comments::form" %}