app/template/default/Page/Parts/fixed-header.twig line 1

Open in your IDE?
  1. {% if category and category.getMainCategoryFixedHeaderContent %}
  2. {% set data = { main_category_fixed_header_content: category.getMainCategoryFixedHeaderContent } %}
  3. {% include 'Block/lm_mc_category_header.twig' with { data: data } only %}
  4. {% endif %}