custom/plugins/HBCTheme/src/Resources/views/storefront/component/pagination.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/pagination.html.twig' %}
  2. {% block component_pagination_first %}{% endblock %}
  3. {% block component_pagination_prev_icon %}
  4.     <img src="{{ asset('storefront/img/Icon-Arrow-Left.svg', '@HBCTheme') }}">
  5. {% endblock %}
  6. {% block component_pagination_next_icon %}
  7.     <img src="{{ asset('storefront/img/Icon-Arrow-Right.svg', '@HBCTheme') }}">
  8. {% endblock %}
  9. {% block component_pagination_last %}{% endblock %}