File: /home/storage/c/63/6c/usesambura1/public_html/yr/wp-content/themes/blocksy/template-parts/404.php
<div class="ct-container" <?php echo blocksy_get_v_spacing() ?>>
<section class="ct-no-results">
<section class="hero-section" data-type="type-1">
<header class="entry-header">
<h1 class="page-title" itemprop="headline">
<?php esc_html_e( 'Oops! That page can’t be found.', 'blocksy' ); ?>
</h1>
<div class="page-description">
<?php esc_html_e( 'It looks like nothing was found at this location. Maybe try to search for something else?', 'blocksy' ); ?>
</div>
</header>
</section>
<div class="entry-content">
<?php get_search_form(); ?>
</div>
</section>
</div>