Current File : /home/kelaby89/sixpacksecurity.com.au/wp-content/themes/poket/template-home.php
<?php
/**
 * Template Name: poket main template
 */
get_header();		

get_template_part( 'includes/header' , 'page-title' ); ?>
<div class="template-home-wrapper">

	<div class="page-content-home-page">										
		<?php while ( have_posts() ) : the_post();
				 the_content(); 
		 endwhile; ?>	
	</div>
	
</div>
<?php 
	get_footer();		
 
Page not found – Hello World !