custom/plugins/Wingsacademy/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_inner %}
  3.     {{ parent() }}
  4.     {% block layout_head_javascript_feature %}
  5.         {# Select2 Plugin stylesheet #}
  6.         <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
  7.     {% endblock %}
  8. {% endblock %}