custom/plugins/RHWebCannamed/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.     {% sw_include '@Storefront/storefront/rhweb-custom/snippets/header/meta/rhweb-stylesheet.html.twig' %}
  5. {% endblock %}
  6. {% block layout_head_meta_tags %}
  7.     {{ parent() }}
  8.     {% sw_include '@Storefront/storefront/rhweb-custom/snippets/header/meta/rhweb-metatags.html.twig' %}
  9. {% endblock %}