custom/plugins/CoeGoogleSiteVerificationSw6/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_meta_tags_schema_webpage %}
  3.     {{ parent() }}
  4.     {% block layout_head_meta_google_site_verification %}
  5.         {% if  config('CoeGoogleSiteVerificationSw6.config.CoeGoogleContentId')%}
  6.             <meta name="google-site-verification"
  7.                   content="{{ config('CoeGoogleSiteVerificationSw6.config.CoeGoogleContentId') }}" />
  8.         {% endif %}
  9.     {% endblock %}
  10. {% endblock %}