mixin container - let classes = { 'l-container': true, 'l-container--pad-x': attributes.padX, 'l-container--pad-y': attributes.padY, 'l-container--narrow': attributes.narrow, 'l-container--sm-narrow': attributes.smNarrow, 'l-container--in-page': attributes.inPage, 'l-container--themed': !!attributes.theme } if (!!attributes.theme) { classes['t-' + attributes.theme] = true } div(class=classes) .l-container__inner block