File: /mnt/data/doccure-wp/wp-content/themes/doccure/template-parts/404/content-static.php
<div class="fof-page-container">
<div class="container">
<div id="primary" class="content-area">
<main id="main" class="site-main">
<section class="section text-center error-404 not-found">
<header class="page-header">
<h1 class="page-title">
<?php echo !empty(doccure_get_option('fof_page_title')) ? esc_html(doccure_get_option('fof_page_title')) : esc_html__('404', 'doccure'); ?>
</h1>
</header><!-- .page-header -->
<div class="page-content">
<p>
<?php echo !empty(doccure_get_option('fof_page_description')) ? esc_html(doccure_get_option('fof_page_description')) : esc_html__('It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'doccure'); ?>
</p>
<?php get_search_form(); ?>
<?php if (doccure_get_option('fof_page_back_to_home')) { ?>
<a href="<?php echo esc_url(get_home_url(), 'doccure'); ?>"
class="doccure_btn"
role="button"><?php esc_html_e('Back to Home', 'doccure'); ?></a>
<?php } ?>
</div><!-- .page-content -->
</section><!-- .error-404 -->
</main><!-- #main -->
</div>
</div>
</div>