'; if ( have_posts() ) { while ( have_posts() ) { the_post(); get_template_part( 'content', 'blog' ); } } else { get_template_part( 'content', 'noposts' ); } ?> '; get_footer(); ?>