<?php get_template_part( 'partials/content', 'page' ); ?>
// You wish to make $my_var available to the template part at `content-part.php` set_query_var( 'my_var', $my_var ); get_template_part( 'content', 'part' );