
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
global $presso_secondary_query;
if ( empty( $presso_secondary_query ) ) return;
?>

<div class="vw-loop vw-loop--carousel vw-loop--carousel-2 vw-carousel-slider-4 vw-disable-inview">

	<div class="vw-slides vw-slides--loading">

		<?php while ( $presso_secondary_query->have_posts() ) : $presso_secondary_query->the_post(); ?>

			<div class="vw-slides__slide">
				<?php get_template_part( 'templates/loop/post-flex-1', get_post_format() ); ?>
			</div>
			
		<?php endwhile; ?>

	</div>

</div>