<?php $__env->startSection('content'); ?>
<section class="default-content">
<div class="grid-container" style="max-width: 800px;">
<h1><?php echo $page->name; ?></h1>
<?php echo $page->description; ?>
<div class="clear"></div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>