<?php /** * Template part for displaying a 404 page. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Nexter * @since 1.0.0 */ ?> <section class="error-404 not-found"> <?php do_action('nexter_404_page_content'); ?> </section><!-- .error-404 -->