why there is no nesting? I can not understand what the problem is
- var currentProject = [['composition-project','Состав проекта'], ['room', 'Помещения'],['terms', 'Скроки']]; UL.sidebar&attributes(attributes) LI(class= currentProject[0][0]) #{currentProject[0][1]} block - for (var i = 0; i < currentProject.length; i++) { LI(class= currentProject[i][0]) #{currentProject[i][1]} - } 
