'; while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', esc_attr( chronus_get_option( 'blog_layout' ) ) ); endwhile; echo ''; chronus_pagination(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?>