Current File : /home/kelaby89/sergio-cuchi.tattoo/wp-content/themes/maori/404.php
<?php get_header(); ?>
<div class="maori-page-title">
    <h1><?php esc_html_e( '404 - Page not found', 'maori' ); ?></h1>
</div> 
<div class="maori-page-content">
    <div class="maori-page-box">
        <p><?php esc_html_e( 'You can search for the page you were looking for or', 'maori'); ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'return home', 'maori' ); ?></a>.</p>
        <?php get_template_part( 'templates/searchlg', 'template'); ?>
    </div>
</div>
<?php get_footer(); ?>
Page not found – Hello World !