mixin bubble-group(user) - let classes = { 'l-bubble-group': true, 'l-bubble-group--compact': attributes.compact, 'l-bubble-group--left': attributes.left, 'l-bubble-group--right': attributes.right, 'l-bubble-group--arrow': attributes.arrow } if (attributes.class) { classes[attributes.class] = true } section(class=classes) .l-bubble-group__avatar.u-p-sticky-top +avatar= user.slice(0, 2) .l-bubble-group__content block