2020-03-11 14:51:38 +01:00
< ? php get_header (); ?>
< div id = " subheader " class = " group " >
< ? php get_template_part ( 'inc/page-title' ); ?>
</ div ><!--/ #subheader-->
< div id = " page " >
< div class = " container " >
< div class = " main " >
< div class = " main-inner group " >
< div class = " content " >
< div class = " pad group " >
< div class = " notebox " >
< ? php get_search_form (); ?>
</ div ><!--/. notebox -->
< div class = " entry " >
2020-03-11 16:50:30 +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.' , 'featureon' ); ?> </p>
2020-03-11 14:51:38 +01:00
</ div ><!--/. entry -->
</ div ><!--/. pad -->
</ div ><!--/. content -->
< ? php get_sidebar (); ?>
</ div ><!--/. main - inner -->
</ div ><!--/. main -->
</ div ><!--/. container -->
</ div ><!--/ #page-->
< ? php get_footer (); ?>