Catalog
<?/*php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'category-catalog' );
endwhile;
the_posts_navigation();
else :
get_template_part( 'template-parts/content', 'none' );
endif;
*/?>