<?php /** * The template to display the 404 page * * @package WordPress * @subpackage DRONE_MEDIA * @since DRONE_MEDIA 1.0 */ get_header(); get_template_part( 'content', '404' ); get_footer(); ?>