src/PentagastBundle/Resources/views/storefront/layout/header/header.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@parent/storefront/layout/header/header.html.twig' %}
  2. {% block layout_header_actions_cart %}
  3.     {% if cartCheckoutEnabled %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}
  7.  {% block layout_header_actions_account %}
  8.      {% if loginEnabled %}
  9.          {{ parent() }}
  10.      {% endif %}
  11.  {% endblock %}