/home/awneajlw/www/wp-content/themes/codz/template-parts/team-single-blank.php
<?php
/**
 * Template part for displaying team single
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package codz
 */

?>

<?php
while ( have_posts() ) :
	the_post();
	the_content();
endwhile; // End of the loop.