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