{# category-list (magazine-bold) — from the `categories` provider. hairline list or bordered chips. #} {% set pills = style == "pills" %}
{% if heading %}

{{ heading }}

{% endif %} {% if pills %}
{% for cat in categories %} {{ cat.name }}{% if showCount %}{{ cat.post_count }}{% endif %} {% endfor %}
{% else %} {% endif %}