';
while (have_posts()) :the_post();
/*
$class = 'reveal';
set_query_var( 'post-class', $class );
*/
get_template_part('template-parts/post/content',get_post_format()); ?>
'; ?>