I wanna pull the data from this area "see the red area on the image below"

Out to a specific template
I have a page template named page.php
<div class="contentholder">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php comments_template( '', false ); ?>
<?php endwhile; // end of the loop. ?>
<br />
</div>
but this just send me a comment field.. i need the text in the page
and i need the header