custom/plugins/SMTheme/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% block layout_head_stylesheet %}
  3.     {{ parent() }}
  4.     <style>
  5.         .hintergrund {
  6.             background-image: url({{theme_config('sm-image-background')}});
  7.         }
  8.     </style>
  9. {% endblock %}