<html>
<?php

 /*
     Template Name:Home Page 03
 */
  
get_header('menu-three'); 
?>
<?php the_content()?>
	
<?php get_footer();?>