/home/preegmxb/gymnyou.com/wp-content/themes/authentic/template-parts/loop/content-none.php
<?php
/**
 * The template part for displaying a message that posts cannot be found
 *
 * @package Authentic
 */

?>

<div class="alert alert-warning">
	<?php esc_html_e( 'Sorry, no results were found.', 'authentic' ); ?>
</div>

<?php get_search_form(); ?>