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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {# Stylesheets in DEV #}
  3. {% block layout_head_stylesheet %}
  4.     {{ parent() }}
  5.     <link rel="stylesheet" href="/development.css">
  6. {% endblock %}