<?php	/* Template Name: Fullwidth */?><?php get_header(); ?>			<!-- Begin Content -->			<div class="single-container page grid_12" >				<?php if (have_posts()) : while (have_posts()) : the_post(); ?>				<div class="single-block">						<div class="page-line-title"><h1 class="inner-title"><?php the_title(); ?></h1></div>					<div class="clear"></div>					<div class="single-content">						<?php the_content(); ?>					</div>				</div>				<?php endwhile; endif; ?>			</div>			<!-- End Content --><?php get_footer(); ?>