//php if ( is_page_template( 'page-templates/home-page-inst.php' ) ) { ?>
//php get_template_part('partials/header', 'inst'); ?>
//php } else { ?>
//php get_template_part('partials/header', 'global'); ?>
//php } ?>
//php if ( is_page_template( 'page-templates/home-page-inst.php' ) ) { ?>
//php get_template_part('partials/search', 'inst'); ?>
//php } else { ?>
//php get_template_part('partials/search', 'popup'); ?>
//php } ?>
//php if ( is_page_template( 'page-templates/home-page-inst.php' ) ) { ?>
//php get_template_part('partials/footer', 'inst'); ?>
//php } else { ?>
//php get_template_part('partials/footer', 'ri'); ?>
//php } ?>