$args = array( 'section_title' => 'hello world' );
 
get_template_part( 'template-parts/file', 'name', $args );

Şablon
<h1><?php echo __( $args['section_title'] ); ?></h1>