custom/static-plugins/relewise/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_script_router %}
  3.     {{ parent() }}
  4.     <script>
  5.         window.router['frontend.relewise.recommendations'] = '{{ path('frontend.relewise.recommendations') }}';
  6.         window.router['frontend.relewise.recommendations.slider'] = '{{ path('frontend.relewise.recommendations.slider') }}';
  7.         window.router['frontend.relewise.search.typeAhead'] = '{{ path('frontend.relewise.search.typeAhead') }}';
  8.     </script>
  9. {% endblock %}