@{ var hasSidebar = topWide || bottomWide || left || right || top || bottom; }
@if (hasSidebar) {
@if (topWide) { @include(topWide) }
@if (left) { @include(left) }
@if (top) { @include(top) } } @include("content") @if (hasSidebar) { @if (bottom) { @include(bottom) }
@if (right) { @include(right) }
@if (bottomWide) { @include(bottomWide) }
}