', '');
while (have_posts()) : the_post();
get_template_part('content', 'page');
comments_template('', true);
endwhile; // end of the loop.
?>