{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_script_router %}
{{ parent() }}
<script>
window.router['frontend.recent-product-slider.content'] = '{{ path('frontend.recent-product-slider.content') }}';
</script>
{% endblock %}