I was trying to figure out how to stop a t-foreach loop after a certain amount of runs
f.e.: I want to print my 5 latest products with all varibales
" t-as="product">
Right now, it runs through all of my products, but i want to stop the list after 5 products.
Is there a possibility