<?php /** * @package WordPress * @subpackage DePo Masthead */ get_header(); ?> <div class="group"> <div class="post"> <h2><?php _e( "We can't find what you're looking for!", 'depo-masthead' ); ?></h2> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>