{% if new_arrivals %} New Arrivals {% for product in new_arrivals %} {% include 'snippets/product/product_card_01.html' with product=product hotline=hotline %} {% empty %} No new arrivals available at the moment. {% endfor %} {% endif %} {% if featured_products %} Featured Products {% for product in featured_products %} {% include 'snippets/product/product_card_01.html' with product=product hotline=hotline %} {% empty %} No featured products available at the moment. {% endfor %} {% endif %} {% if best_selling_products %} Best Selling {% for product in best_selling_products %} {% include 'snippets/product/product_card_01.html' with product=product hotline=hotline %} {% empty %} No featured products available at the moment. {% endfor %} {% endif %}
No new arrivals available at the moment.
No featured products available at the moment.