I have a 12 product per page loop and I am looking for a way to insert some content into the existing loop without breaking it, between product 4 and 5, between product 11 and 12 and so on.
Is there any if function like
if (loop=4){
//get some content
}