'; /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content' ); endwhile; echo ''; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?>