<?php get_header(); ?> <div class="container-fluid"> <div class="row"> <div class="container"> <section class="error-404 not-found"> <header class="page-header"> <h1 class="page-title" style="font-size: 32px;"><?php _e( '404', 'twentyfifteen' ); ?></h1> </header> <div class="page-content"> <p><?php _e( 'Страница не найдена или не существует.', 'twentyfifteen' ); ?></p> </div> </section> </div> </div> </div> <?php get_footer(); ?>