vendor/dvdw/platform-choice/src/Resources/views/storefront/layout/header/header.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@DvdwTheme/storefront/layout/header/header.html.twig' %}
  2. {% block layout_header_actions %}
  3.     {% if not removeHeader %}
  4.         {{ parent() }}
  5.     {% else %}
  6.         {# remove content #}
  7.     {% endif %}
  8. {% endblock %}