1. <?php get_header(); ?>
  2. <div id="content" class="clearfloat">
  3.  
  4. <?php
  5. // Look for loop-index.php, fallback to loop.php
  6. get_template_part('loop','home');
  7. ?>
  8.  
  9. <?php get_sidebar(); ?>
  10. </div><!--/#content-->
  11. <div class="clear"></div>
  12.  
  13. <?php get_footer(); ?>