@php($exdp = explode('?',$_SERVER['REQUEST_URI']))
@yield('meta')
@if(isset($customStyle))
@endif
@if(!empty(config('mio.facebook_pixel_code')))
@endif
@yield('structured')
@yield('css')
@include(config('mio.theme').'.partials.'.config('mio.header_mode'))
@include(config('mio.theme').'.partials.mobile-menu')
@yield('content')
@include(config('mio.theme').'.partials.footer')
@yield('js')