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