//- =============================================== //- A wireframe for every section //- =============================================== mixin Section(background, container) = '\n\n' // ============================================ //
begin ============================ section&attributes(attributes) = '\n' //- Background - if (typeof(background) === 'object') { +Background(background) - } else if (typeof(background === 'string') && typeof(container) === 'undefined') { container = background } //- Container for content - if (typeof(container) === 'undefined') { container = 'container' } div(class=container) block // end of .container = '\n' //
close ============================ // ============================================ = '\n\n'