<?php 
/**
 * Template Name: Fullwidth
*/ 
get_header(); ?>
	<section class="span12">
		<section class="new-content">
		<?php while ( have_posts() ) : the_post(); 
		get_template_part( 'content', 'page' ); 
		endwhile; ?>
		</section>
	</section>
<?php get_footer(); ?>
