{# recommended products #}
{% include('frontend/home/partials/products-grid.html.twig') with {'products': recommendedProducts} %}
{# new products #}
{% include 'frontend/home/partials/products-grid.html.twig' with {'products': lastProducts} %}
{# current auctions #}
{% include('frontend/home/partials/auctions-grid.html.twig') with {'auctions': auctions} %}