{{ heading_title }}

{% if image or description %}
{% if image %}
{{ heading_title }}
{% endif %} {% if description %}
{{ description }}
{% endif %}

{% endif %} {% if categories %}

{{ text_refine }}

{% if categories|length <= 5 %}
{% else %}
{% set total = category.children|length %} {% if total > 20 %} {% set batch = (total / 4)|round(0, 'ceil') %} {% else %} {% set batch = 5 %} {% endif %} {% for category in categories|batch(batch) %}
{% endfor %}

{% endif %} {% endif %}