22 lines
614 B
PHP
22 lines
614 B
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>
|