<?php $__env->startSection('content'); ?>
	<?php if(have_posts()){ while(have_posts()){ the_post(); ?>
		<h2 class="main-title"><?php echo(Loop::title()); ?></h2>
        <?php echo $__env->make('_partials.slider', ['slider' => get_field('slider', $post)], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
		<article>
			<?php echo(wpautop(Loop::content())); ?>		</article>
	<?php }} ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.2cols', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>