/***** Header Section Start ****/
<!DOCTYPE html>
<html>
<head>
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,900,900italic,700italic' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
/***** Header Section End ****/
/***** Home Page template page section Start ****/
<?php
/* Template Name: Home Page Template */
get_header(); ?>
// Some Home page html code
?php get_footer(); ?>
/***** Home Page template page section End ****/
/***** Footer Section Start ****/
/***** Footer Section Start ****/
<?php wp_footer(); ?>
<script>
// some script code
</script>
</body>
</html>
/***** Footer Section Start ****/