<?php $__env->startSection('content'); ?>
  <div class="container">
    <div class="block free-content">
      <?php echo $object->content; ?>

    </div>
  </div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
  <script type="text/javascript">
  </script>
<?php $__env->stopSection(); ?>

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