'; while ( have_posts() ) : the_post(); get_template_part( 'template-parts/page/content'); endwhile; echo ''; else : get_template_part( 'template-parts/block/content', 'none' ); endif; ?>