<?php /** * The template for displaying 404 pages (not found) * */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; get_header(); ?> <main> <?php get_template_part( "global-templates/blog", "head", "Hva jeg gjør" ); ?> <section class="S02 container p-t-5"> <?php get_template_part("global-templates/blank"); ?> </section> </main> <?php get_footer();