<?php $__env->startSection('content'); ?>
	<section id="aboutus" class="aboutus">
		<div class="inner">
			<h1 class="section-title"><?php echo e(isset($homepage->title) ? $homepage->title : ''); ?></h1>
			<?php echo isset($homepage->content) ? $homepage->content : '';?>
		</div>	
	</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('theme_ph_layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>