/home/arranoyd/eventrify/wp-content/themes/uptime/page_full-width.php
<?php
	/* Template Name: Page Full Width */
	get_header();
	the_post();
	
	// Reading Progress Counter
	get_template_part( 'inc/content-post', 'progress' );
 	
 	// Page specific Breadcrumbs
 	get_template_part( 'inc/content-page', 'breadcrumbs' );
 	
 	// Page specific content markup
 	get_template_part( 'inc/content-page', 'content' );
 	
	// Standard Comments and Sharing
	comments_template();
	
	get_footer();