{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_navigation %}
{% if context.customerRole.canSeeCatalog() %}
{{ parent() }}
{% endif %}
{% endblock %}