<?php
/**
 * @package WordPress
 * @subpackage <%= themeName %>
 * @since <%= themeName %> 1.0
 */
 get_header(); ?>

	<h2><?php _e('Error 404 - Page Not Found','<%= themeNameSpace %>'); ?></h2>

<?php get_sidebar(); ?>

<?php get_footer(); ?>