custom/plugins/BlurElysiumSlider/src/Resources/views/storefront/base.html.twig line 1
{% sw_extends '@Storefront/storefront/base.html.twig' %}{% block base_body %}{% set blurElysiumBreakpoints = {mobile: 'xs',tablet: 'md',desktop: 'xl'} %}{% if config('BlurElysiumSlider.breakpoints') %}{% set blurElysiumBreakpoints = blurElysiumBreakpoints|merge(config('BlurElysiumSlider.breakpoints')) %}{% endif %}{{ parent() }}{% endblock %}