{% for category in __SELF__.categories %} {% set postCount = category.postCount %}
  • {% if postCount %} {{ postCount }} {% endif %} {{ category.name }}
  • {% endfor %}