app/template/default/Page/Parts/upper-column.twig line 1

Open in your IDE?
  1. {% set PageType = PageType() %}
  2. {% if PageType.type == 'main-category' %}
  3.     {% include 'Block/lm_title_sashikomi.twig' with { upperColumnData: category.getUpperColumn } only %}
  4. {% endif %}