{% sw_extends '@parent/storefront/layout/header/header.html.twig' %}
{% block layout_header_actions_cart %}
{% if cartCheckoutEnabled %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block layout_header_actions_account %}
{% if loginEnabled %}
{{ parent() }}
{% endif %}
{% endblock %}