';
if ( is_home() && ! is_front_page() ) :
?>
';
the_posts_pagination();
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>