File: /home/mmickelson/martyknows.com/wp-content/themes/sundance/full-width-page.php
<?php
/**
* Template Name: Full Width page
*
* @package Sundance
* @since Sundance 1.0
*/
get_header(); ?>
<div id="primary" class="site-content full-width">
<div id="content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php comments_template( '', true ); ?>
<?php endwhile; // end of the loop. ?>
</div><!-- #content -->
</div><!-- #primary .site-content -->
<?php get_footer(); ?>