<?php
/*
	Template Name: Full Width
 	Searchlight Theme's Full Width Page to show the Pages Selected Full Width
	Copyright: 2014-2016, D5 Creation, www.d5creation.com
	Based on the Simplest D5 Framework for WordPress
	Since Searchlight 1.0
*/
?>

<?php get_header(); ?>
<div id="container">
<div id="content-full">
<?php get_template_part( 'post-content' ); ?>
</div></div>
<?php get_footer(); ?>