mixin container - let classes = { 'l-container': true, 'l-container--fixed': attributes.fixed, 'l-container--fixed-75': attributes.fixed50, 'u-themed': !!attributes.theme } if (!!attributes.theme) { classes['t-' + attributes.theme] = true } if (attributes.class) { classes[attributes.class] = true } div(class=classes)&attributes(attributes) block