@using Elektrifikatsiya.Components.Layout @inherits LayoutComponentBase @if ( layoutType == "fixed-header" ) { @Body } else if ( layoutType == "fixed-header-footer-only" ) { @Body } else if ( layoutType == "sider-with-header-on-top" ) { @Body }