<?php /** * @package Delicacy */ get_header(); ?> <h3 class="block-title"><?php _e( 'Oops! That page can’t be found.', 'delicacy' ) ?></h3> <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'delicacy' ); ?></p> <?php get_search_form(); ?> </div> <?php get_sidebar(); ?> </div><!-- end #content-wrapper --> <?php get_footer(); ?>