templates/deal/Block/deal_slideList.html.twig line 1

Open in your IDE?
  1. <div class="proposal-slider">
  2.     {% for deal in entities %}
  3.         {% include template|default('deal/Block/deal_gridItem.html.twig') with {deal: deal, hasLink: hasLink} %}
  4.     {% endfor %}
  5. </div>