File: //home/bristolfilton.co.uk/public_html/wp-content/themes/anima/content/content-notfound.php
<?php
/**
* The default template for the not found section
*
* @package Anima
*/
?>
<header class="content-search pad-container no-results" <?php cryout_schema_microdata( 'element' ); ?>>
<h1 class="entry-title" <?php cryout_schema_microdata( 'entry-title' ); ?>><?php _e( 'Nothing Found', 'anima' ); ?></h1>
<div class="no-results-div">
<p <?php cryout_schema_microdata( 'text' ); ?>><?php printf( __( 'No search results for: <em>%s</em>', 'anima' ), '<span>' . get_search_query() . '</span>' ); ?></p>
<?php get_search_form(); ?>
</div>
</header><!-- not-found -->