@include('partials.head')
@php do_action('get_header') @endphp @include('partials.header')
@yield('content')
@php do_action('get_footer') @endphp @include('partials.footer') @php wp_footer() @endphp