<?php 
/**
 * KENTOOZ PAGE TEMPLATE
**/
get_header(); ?>
	<section class="span12">
	<div class="row">
	<div role="main" class="span8 sidebarwidth">
		<div class="content-enqueue">
		<section class="new-content">
		<?php while ( have_posts() ) : the_post(); 
		get_template_part( 'content', 'page' ); 
		endwhile; ?>
		</section>
		</div>
		</div>
	<?php get_sidebar(); ?>
	</div>
	</section>
<?php get_footer(); ?>
