All of the variables available in the current script will be available in that template file now too.
<?php include(locate_template('your-template-name.php')); ?> <!--normal --> <?php get_template_part( 'template-parts/footer/site', 'info' ); ?>