{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}{% block layout_head_stylesheet %} {{ parent() }} {% block zenit_features_bar_css %} {% set zenFeaturesBar = context.context.extensions['zenitPlatformFeaturesBar'].config %} {% if zenFeaturesBar.customCSS %} <style type="text/css" data-plugin="zenitPlatformFeaturesBar"> {{ zenFeaturesBar.customCSS|raw }} </style> {% endif %} {% endblock %}{% endblock %}