custom/plugins/SteincoProducts/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.     {# insert our stylesheets (and the JavaScript) here #}
  4.     {{ t3StyleSheets|raw }}
  5.     {{ parent() }}
  6.     {{ t3ScriptsHead|raw }}
  7. {% endblock %}
  8. {% block layout_head_title_inner %}
  9.     {% apply spaceless %}
  10.         Shop: {{ metaTitle }}, STEINCO Rollen & Räder
  11.     {% endapply %}
  12. {% endblock %}