<?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(); ?>