{# category-list (earthen) — from the `categories` provider. list or pills. Control flow and field reads preserved; earthen skin only. #} {% 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 %}