found_posts; echo ""; if ( $total_results == 0 ) : echo "
"; get_search_form( true ); echo "
"; endif; if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'content', get_post_format() ); endwhile; else : get_404_template(); endif; ?>