<?php $__env->startSection('title'); ?> <?php echo $page->title_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('url'); ?> <?php echo e(url($page->alias)); ?>.html <?php $__env->stopSection(); ?>



<?php $__env->startSection('description'); ?> <?php echo $page->description_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('keywords'); ?> <?php echo $page->keyword_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('content'); ?>











  <div class="main-container">



    <div id="page" class="single">



      <div id="parallax" style="background-image: url(<?php echo e(url($page->image)); ?>);"></div>



      <article class="article">



        <div id="content_box">



          <div id="post-4231" class="g post post-4231 page type-page status-publish has-post-thumbnail has_thumb">



            <div class="single_page">



              <header>



                <h1 class="title entry-title"><?php echo e($page->title); ?>} </h1>



              </header>



              <div class="post-content box mark-links entry-content">



            		<?php echo $page->content; ?>







              </div>



              <!--.post-content box mark-links--> 



            </div>



          </div>



        </div>



      </article>



      <!--#sidebar--> 



    </div>



    <!--#page--> 



  </div>



  <!--.main-container-->



 







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



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