{# noir override — category-list; preserves categories provider loop, style/pills, heading, showCount, cat.url/.name/.post_count. #} {% 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 %}