if ( have_posts() ) : ?>
/* Start the Loop */ ?>
while ( have_posts() ) : the_post(); ?>
get_template_part( 'loop-templates/content', 'cards' ); ?>
endwhile; ?>
else : ?>
get_template_part( 'loop-templates/content', 'none' ); ?>
endif; ?>
understrap_pagination(); ?>