{% if product_header_layout is not empty %} {% set header_layout = product_header_layout %} {% endif %} {% if product_header_class is not empty %} {% set header_class = product_header_class %} {% else %} {% set header_class = '' %} {% endif %} {% if product_topbar_display is not empty %} {% set topbar_display = product_topbar_display %} {% endif %} {% if product_topbar_background_color is not empty %} {% set topbar_background_color = product_topbar_background_color %} {% else %} {% set topbar_background_color = '' %} {% endif %} {% if product_topbar_class is not empty %} {% set topbar_class = product_topbar_class %} {% else %} {% set topbar_class = '' %} {% endif %} {% if node.field_sidebar is not empty %} {% set product_layout = node.field_sidebar.value %} {% endif %} {% if product_layout is empty %} {% set product_layout = 'nosidebar' %} {% endif %} {% include directory ~ '/templates/layout/header.html.twig' %}