1. Parts
  2. {% if category %} {% for path_item in category.parentpath %}
  3. {{ path_item.name }}
  4. {% endfor %}
  5. {{ category.name }}
  6. {% endif %}