First post outside of loop, homepage only?

try and add this before your code:

<?php if ( have_posts() && is_home() && !is_paged() ) : ?>
    <?php the_post(); ?>
    <?php get_template_part( 'content', get_post_format() ); ?>
<?php endif; ?>