{{-- Start of required lines block. DON'T REMOVE THESE LINES! They're required or might break things --}} @if(Theme::getSetting('gen_darkmode')) @endif @yield('scripts_head') @yield('css') {{-- End of the required stuff in the head block --}} @if(isset($plain))
@else @endif {{-- Theme Helpers --}} @include('theme_helpers') @php $DBasic = isset($DBasic) ? $DBasic : check_module('DisposableBasic'); $DSpecial = isset($DSpecial) ? $DSpecial : check_module('DisposableSpecial'); @endphp {{-- Navigation --}} @if(empty($disable_nav)) @include('nav') @endif {{-- Page Contents --}}
@endif