<?php get_header(); ?>
<div id="primary" class="site-content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content' ); ?>
<?php comments_template(); ?>
<?php endwhile; ?>
</div>
<?php get_footer(); ?>