custom/plugins/WynCustomerTheme/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_robots %}{% apply spaceless %}
  3.   {% if activeRoute is null %}
  4.     noindex,follow
  5.   {% else %}
  6.     {{ parent() }}
  7.   {% endif %}
  8. {% endapply %}{% endblock %}