<?php get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main">
<div class="container">
<div class="row">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'template-parts/content', 'singleportfolio' ); ?>
<?php endwhile; ?>
</div>
</div>
</main>
</div>
<?php get_footer();