<?php $__env->startSection('content'); ?>
<h1 class="content-heading"><?php echo e(t('FAQ')); ?></h1>
<p>
    <?php echo parseDown(siteSettings('faq')); ?>

</p>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master/index', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>