<?php $__env->startSection('banner'); ?>
	<section id="banner" class="banner-sm">
		<div class="container">
			<div class="col-md-12">
				<h2 class="title">CMS</h2>
			</div>
		</div>
	</section>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('contents'); ?>
	<section id="contents">
		<div class="container">
			<div class="col-md-12">
				<div class="content-item">
					<p>A Content Management System, or CMS, is a web application designed to make it easy for non-technical users to add, edit and manage the contents of their website.</p>

					<p>CMS also takes care of a lot of "behind the scenes" work such as:</p>
					<ul>
						<li>Navigational elements automation</li>
						<li>Searchable content and indexing</li>
						<li>User tracking</li>
						<li>Website Analytics</li>
						<li>And a whole lot more</li>
					</ul>
				</div>
			</div>
		<div class="clearfix"></div>
	</section>
<?php $__env->stopSection(); ?>

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