'; /* Start the Loop */ while ( have_posts() ) : the_post(); echo '
'; get_template_part( 'template-parts/post/preview' ); echo '
'; endwhile; echo '