layouts/theme/templates/partials/content-none.php
<div class="no-results not-found">
<header class="page-header">
<h1 class="page-title"><?php _e( 'Nothing Found', '<%= project_id %>' ); ?></h1>
</header>
<div class="page-content">
<?php if( is_search() ) : ?>
<p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', '<%= project_id %>' ); ?></p>
<?php get_search_form(); ?>
<?php else : ?>
<p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', '<%= project_id %>' ); ?></p>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
</div>