<?php
/*
	Template Name: Full Width
*/
?>

<?php get_header(); ?>

<div class="separator"></div>

<!-- Content -->
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>

<?php get_footer(); ?>