<?php $__env->startSection('content'); ?>
    <?php echo $__env->make('components.flo-header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
		<div class="flo-block flo-block--not-found error-404 not-found">
		    <article class="flo-wp-content flo-section__content center-text flo-post" style="text-align: center">
	          <h1><?php echo get_field("flo-not-found-page__title", "options"); ?></h1>
	          <br>
			      <h3>
			      	<?php if(isset($flo_options["flo-not-found-page__description"]) ): ?>
		        		<?php echo $flo_options["flo-not-found-page__description"]; ?>

		        	<?php else: ?>
		        		<?php echo __("We couldn't find the page you were looking for.","flotheme"); ?>

		        	<?php endif; ?>
			      </h3>
	          <br>
	          <a href="<?php echo get_home_url(); ?>"> <?php echo get_field("flo-not-found-page__link-title", "options"); ?> </a>
			</article>
		</div>



<?php $__env->stopSection(); ?>

<?php echo $__env->make('layout.default', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>