I'm trying to build a large gallery with different sized tiles and was wondering how can I accomplish with a HAML each loop the following result?
.box.box-large
%img
.box.box-medium
%img
.box
%img
.box
%img
.box.box-large
%img
.box.box-double
%img
.box.box-full
%img
.box
%img
.box
%img