<?php /** * @package WordPress * @subpackage StrangeLittleTown */ ?> <div id="content-404"> <h1><?php _e( 'Error 404', 'strange-little-town' ); ?></h1> <p><?php _e( 'Sorry, but we cannot find what you are looking for. Perhaps searching can help.', 'strange-little-town' ); ?></p> <?php get_search_form(); ?> </div>