{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_inner %}
{{ parent() }}
{% endblock %}
{% block layout_head_javascript_jquery %}
{% set except_webp_routes = [
'frontend.checkout.cart.page',
'frontend.wishlist.page',
'frontend.detail.page'
] %}
{% if activeRoute in except_webp_routes %}
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://pitchprint.io/rsc/js/client.js"></script>
{% endif %}
{% endblock %}