@include('partials.head')
@php do_action('get_header') @endphp @include('partials.header')
@yield('content')
@if (App\display_sidebar()) @endif
@php do_action('get_footer') @endphp @include('partials.footer') @php wp_footer() @endphp