1. <?php get_header(); ?>
  2. <div id="container">
  3. <div id="content">
  4. <div id="post-0" class="post error404 not-found">
  5. <h1 class="entry-title">Not Found</h1>
  6. <div class="entry-content">
  7. <p>Nothing here, sorry!</p>
  8. </div>
  9. </div>
  10. </div>
  11. </div>
  12. <div id="sidebar"><?php dynamic_sidebar('right'); ?></div>
  13. <?php get_footer(); ?>