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