{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_stylesheet %}
{{ parent() }}
<style data-plugin="zenitStratus">
{% if theme_config('zen-layout-bg-img') %}
body {
background-image: url("{{ theme_config('zen-layout-bg-img') }}");
}
{% endif %}
</style>
{% if config('zenitPlatformStratus.config.customCssActive') %}
<style data-plugin="zenitStratusCustomCss">
{{ config('zenitPlatformStratus.config.customCss')|raw }}
</style>
{% endif %}
{% endblock %}
{% block layout_head_android %}
<link rel="icon"
sizes="192x192"
href="{{ theme_config('sw-logo-share') }}">
<meta name="theme-color"
content="{{ theme_config('zen-meta-theme-color') }}"/>
{% endblock %}