<?php get_header(); ?> <h2><?php _e('Not Found', 'almost-spring'); ?></h2> <p><?php _e('Sorry, but the page you requested cannot be found.', 'almost-spring'); ?></p> <h3><?php _e('Search', 'almost-spring'); ?></h3> <?php get_search_form(); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>