mixin container - let classes = { 'l-container': true, 'l-container--padH': attributes.padH, 'l-container--padV': attributes.padV, 'l-container--narrow': attributes.narrow, 'l-container--smNarrow': attributes.smNarrow, 'l-container--inPage': attributes.inPage, 'l-container--themed': !!attributes.theme } if (!!attributes.theme) { classes['t-' + attributes.theme] = true } div(class=classes) .l-container__inner block