Pass Variables to get_template_part
set_query_var( 'body-color', 'body-green' ); get_template_part( 'article-template' );
$body_color = get_query_var( 'body-color', '' );