//Example create header file name header-home.php

//incluse this header in file like

<?php
/* Template Name: Homepage */
get_header('home');
?>