mixin gallery(array)

.gallery
  for item in array
    .gallery-cell(style={ 'background-image': `url(${imgUrl('w_200-c_fit',item.id)})`})