2020-03-11 14:32:45 +01:00
< ? php get_header (); ?>
2022-12-22 12:54:15 +01:00
< div id = " splits-left " >
2020-03-11 14:32:45 +01:00
< ? php get_template_part ( 'inc/featured' ); ?>
2022-12-22 12:54:15 +01:00
</ div ><!--/ #splits-left-->
2020-03-11 14:32:45 +01:00
2022-12-22 12:54:15 +01:00
< div id = " splits-right " >
2020-03-11 14:32:45 +01:00
2022-12-22 12:54:15 +01:00
< div id = " splits-right-top " class = " pad " >
2020-03-11 14:32:45 +01:00
< ? php get_template_part ( 'inc/page-title' ); ?>
</ div >
< div class = " content pad " >
< div class = " notebox " >
< ? php get_search_form (); ?>
</ div ><!--/. notebox -->
< div class = " entry " >
2022-12-22 12:54:15 +01:00
< p >< ? php esc_html_e ( 'The page you are trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.' , 'splits' ); ?> </p>
2020-03-11 14:32:45 +01:00
</ div ><!--/. entry -->
</ div ><!--/. content -->
2022-12-22 12:54:15 +01:00
</ div ><!--/ #splits-right-->
2020-03-11 14:32:45 +01:00
< ? php get_sidebar (); ?>
< ? php get_footer (); ?>