I can see the below code in index.php
<?php get_header(); ?>
<div id="content">
<?php
get_template_part( 'loop', 'index' );
?>
</div><!-- #content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
[Please post code or markup snippets between backticks or use the code button.]