@php $themeMode = $_COOKIE['theme'] ?? null; if (! in_array($themeMode, ['light', 'dark'])) { $themeMode = theme_option('default_theme_mode', 'system'); } @endphp {!! BaseHelper::googleFonts('https://fonts.googleapis.com/css2?family=' . urlencode(theme_option('primary_font', 'League Spartan')) . ':wght@300;400;500;600;700&display=swap') !!} {!! Theme::header() !!} {!! apply_filters(THEME_FRONT_BODY, null) !!}
@if (empty($withoutNavbar)) {!! Theme::partial('topnav') !!} @endif