Warning: file_get_contents(/home/customer/www/bakerandgilchrist.com/info.json): failed to open stream: No such file or directory in /home/customer/www/bakerandgilchrist.com/public_html/wp-content/mu-plugins/pagely-assets/inc/PagelyApi.php on line 50
@layout('layouts/master') @section('content') @include('partials/mobile-buttons') @include('partials/breadcrumbs')

{{ CW::h1_title() }}

@if(has_post_thumbnail())
{{ Helper::image(get_post_thumbnail_id(), 'featured-image') }}
@endif
@include('forms/main')
{{ the_content() }} {{ CW::sitemap_archives() }}
@include('sidebars/generic')
@endsection