I have a simple array of records from my database.
I'm building a responsive layout and I need to place only three items in each <div class="row"></div>
.
How can I loop over the collection and take three items at a time to output one .row
div, and each of the elements within?