
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
global $presso_secondary_query;
if ( empty( $presso_secondary_query ) ) return;
?>

<div class="vw-loop vw-loop-woo vw-loop-woo-1">
	<div class="vw-flex-grid vw-flex-grid--medium-gap vw-flex-grid--no-wrap vw-flex-grid---no-grow">

	<?php while( $presso_secondary_query->have_posts() ) : $presso_secondary_query->the_post(); ?>
		<div class="vw-flex-grid__item">
			<?php get_template_part( 'templates/loop/post-woo-1', get_post_format() ); ?>
		</div>
	<?php endwhile; ?>

	</div>
</div>