
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php get_header(); ?>

<section class="vw-content-area <?php presso_the_sidebar_position_class(); ?>">
	<div class="container">
		<div class="row">

			<main class="vw-content-main" role="main" <?php presso_itemprop( "mainContentOfPage" ); ?>>
				
				<?php if ( have_posts() ) : presso_setup_secondary_query(); ?>
				
					<?php get_template_part( 'templates/loop/loop', presso_get_archive_blog_layout() ); ?>

					<?php presso_the_pagination(); ?>

				<?php endif; ?>

			</main>

			<?php get_sidebar(); ?>
		
		</div>
	</div>

</section>

<?php get_footer(); ?>