<?php /* Template Name: Fullwidth Template */ ?> <?php get_header(); ?> <div id="wrap" class="container clearfix template-fullwidth"> <section id="content-full" class="clearfix" role="main"> <?php if (have_posts()) : while (have_posts()) : the_post(); get_template_part( 'content', 'page' ); endwhile; endif; ?> </section> </div> <?php get_footer(); ?>