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

# This is the full-width template
global $wpz_template;
$wpz_template = 'full-width';

# Just include the default page template because it is basically the same
get_template_part('page');
?>