@include(backpack_view('inc.head')) @include(backpack_view('layouts.partials.light_dark_mode_logic')) @if(backpack_theme_config('options.showColorModeSwitcher'))
@includeWhen(backpack_theme_config('options.showColorModeSwitcher'), backpack_view('layouts.partials.switch_theme'))
@endif @yield('content') @yield('before_scripts') @stack('before_scripts') @include(backpack_view('inc.footer')) @include(backpack_view('inc.scripts')) @include(backpack_view('inc.theme_scripts')) @yield('after_scripts') @stack('after_scripts')