custom/plugins/NrbnPrivateshop/src/Resources/views/storefront/layout/header/header.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/layout/header/header.html.twig" %}
  2. {% block layout_header_search %}
  3.     {% if context.customer %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}
  7. {% block layout_header_actions %}
  8.     {% if context.customer %}
  9.         {{ parent() }}
  10.     {% endif %}
  11. {% endblock %}